forked from drupal-graphql/graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
graphql.links.menu.yml
41 lines (35 loc) · 1.3 KB
/
graphql.links.menu.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
graphql.config_page:
title: 'GraphQL'
description: 'GraphQL settings and extensions.'
parent: system.admin_config_services
route_name: graphql.config_page
graphq.schema_overview:
title: 'Schemas'
description: 'Birds-eye overview of your available schemas.'
parent: graphql.config_page
route_name: graphql.schema_overview
graphql.explorer:
title: 'Explorer'
description: 'Explore your schema with the GraphiQL explorer.'
parent: graphql.schema_overview
deriver: \Drupal\graphql\Plugin\MenuLink\Deriver\ExplorerMenuLinkDeriver
graphql.voyager:
title: 'Voyager'
description: 'Explore your schema with the GraphQL voyager.'
parent: graphql.schema_overview
deriver: \Drupal\graphql\Plugin\MenuLink\Deriver\VoyagerMenuLinkDeriver
graphql.query_maps:
title: 'Query maps'
description: 'Query map configuration.'
parent: graphql.config_page
route_name: graphql.query_maps
graphql.query_map_json_config:
title: 'File system discovery'
description: 'Manage configuration for query maps stored on the local filesystem.'
parent: graphql.query_maps
route_name: graphql.query_map_json_config
entity.graphql_query_map.collection:
title: 'Imported query maps'
description: 'Save and manage query maps in config.'
parent: graphql.query_maps
route_name: entity.graphql_query_map.collection