You are here

graphql.links.menu.yml in GraphQL 8.3

Same filename and directory in other branches
  1. 8.4 graphql.links.menu.yml

File

graphql.links.menu.yml
View source
  1. graphql.config_page:
  2. title: 'GraphQL'
  3. description: 'GraphQL settings and extensions.'
  4. parent: system.admin_config_services
  5. route_name: graphql.config_page
  6. graphq.schema_overview:
  7. title: 'Schemas'
  8. description: 'Birds-eye overview of your available schemas.'
  9. parent: graphql.config_page
  10. route_name: graphql.schema_overview
  11. graphql.explorer:
  12. title: 'Explorer'
  13. description: 'Explore your schema with the GraphiQL explorer.'
  14. parent: graphql.schema_overview
  15. deriver: \Drupal\graphql\Plugin\MenuLink\Deriver\ExplorerMenuLinkDeriver
  16. graphql.voyager:
  17. title: 'Voyager'
  18. description: 'Explore your schema with the GraphQL voyager.'
  19. parent: graphql.schema_overview
  20. deriver: \Drupal\graphql\Plugin\MenuLink\Deriver\VoyagerMenuLinkDeriver
  21. graphql.query_maps:
  22. title: 'Query maps'
  23. description: 'Query map configuration.'
  24. parent: graphql.config_page
  25. route_name: graphql.query_maps
  26. graphql.query_map_json_config:
  27. title: 'File system discovery'
  28. description: 'Manage configuration for query maps stored on the local filesystem.'
  29. parent: graphql.query_maps
  30. route_name: graphql.query_map_json_config
  31. entity.graphql_query_map.collection:
  32. title: 'Imported query maps'
  33. description: 'Save and manage query maps in config.'
  34. parent: graphql.query_maps
  35. route_name: entity.graphql_query_map.collection