You are here

graphql.schema.yml in GraphQL 8.4

config/schema/graphql.schema.yml

File

config/schema/graphql.schema.yml
View source
  1. graphql.graphql_servers.*:
  2. type: config_entity
  3. label: 'Server'
  4. mapping:
  5. name:
  6. type: string
  7. label: 'Name'
  8. label:
  9. type: string
  10. label: 'Label'
  11. endpoint:
  12. type: string
  13. label: 'Endpoint'
  14. debug_flag:
  15. type: integer
  16. label: 'Debug Flag'
  17. schema:
  18. type: string
  19. label: 'Schema'
  20. caching:
  21. type: boolean
  22. label: 'Caching'
  23. batching:
  24. type: boolean
  25. label: 'Batching'
  26. schema_configuration:
  27. type: 'graphql.schema.[%parent.schema]'
  28. persisted_queries_settings:
  29. type: sequence
  30. label: 'Persisted queries settings'
  31. orderby: key
  32. sequence:
  33. type: plugin.plugin_configuration.persisted_query.[%key]
  34. label: 'The configuration for a single persisted query plugin.'
  35. graphql.schema.*:
  36. type: mapping
  37. label: 'Schema settings'
  38. graphql.schema.composable:
  39. type: mapping
  40. label: 'Composable schema'
  41. mapping:
  42. extensions:
  43. label: Enabled extensions
  44. type: sequence
  45. sequence:
  46. type: boolean
  47. graphql.default_persisted_query_configuration:
  48. type: mapping
  49. label: 'Persisted query settings'
  50. mapping:
  51. weight:
  52. type: integer
  53. label: 'The weight'
  54. plugin.plugin_configuration.persisted_query.*:
  55. type: graphql.default_persisted_query_configuration