You are here

graphql.permissions.yml in GraphQL 8.3

File

graphql.permissions.yml
View source
  1. 'execute graphql requests':
  2. title: 'Execute arbitrary GraphQL requests'
  3. description: 'Allows users to execute abritrary GraphQL requests.'
  4. 'execute persisted graphql requests':
  5. title: 'Execute persisted GraphQL requests'
  6. description: 'Allows users to execute persisted GraphQL requests.'
  7. 'bypass graphql field security':
  8. title: 'Bypass field security'
  9. description: 'Allows the user to manually resolve insecure fields.'
  10. 'use graphql explorer':
  11. title: 'Use the GraphQL explorer'
  12. description: 'Allows users to use the GraphiQL interface.'
  13. 'use graphql voyager':
  14. title: 'Use the GraphQL Voyager'
  15. description: 'Allows users to use the GraphQL Voyager interface.'
  16. 'administer graphql query maps':
  17. title: 'Administer query maps'
  18. description: 'Allows users to import and edit query map configuration.'