Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use public/_graphql/ subfolder #385

Merged

Commits on Jun 1, 2021

  1. Use public/_graphql/ subfolder

    This is consistent with public/_resources which is also auto-generated by the CMS.
    It enables sysadmins to lock down write access to public/ during runtime, with this potentially granular exception.
    And it makes it easier to discover which part of the system is responsible for writing these files.
    
    The change is backwards compatible with existing file locations,
    although we probably want to remove that before going stable:
    silverstripe#384
    
    Relies on equivalent PR to silverstripe/admin.
    
    The docs are already stating this new location so this was more of an oversight:
    https://docs.silverstripe.org/en/4/developer_guides/graphql/getting_started/building_the_schema/#viewing-the-generated-code
    chillu committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    edba2a9 View commit details
    Browse the repository at this point in the history