File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ graphql.explorer:
48
48
options :
49
49
_admin_route : TRUE
50
50
parameters :
51
- server :
52
- type : entity:graphql_server
51
+ graphql_server :
52
+ with_config_overrides : TRUE
53
53
54
54
graphql.voyager :
55
55
path : ' /admin/config/graphql/servers/manage/{graphql_server}/voyager'
@@ -62,7 +62,7 @@ graphql.voyager:
62
62
_admin_route : TRUE
63
63
parameters :
64
64
graphql_server :
65
- type : entity:graphql_server
65
+ with_config_overrides : TRUE
66
66
67
67
graphql.validate :
68
68
path : ' /admin/config/graphql/servers/manage/{graphql_server}/validate'
@@ -75,8 +75,7 @@ graphql.validate:
75
75
_admin_route : TRUE
76
76
parameters :
77
77
graphql_server :
78
- type : entity:graphql_server
79
-
78
+ with_config_overrides : TRUE
80
79
81
80
entity.graphql_server.delete_form :
82
81
path : ' /admin/config/graphql/servers/manage/{graphql_server}/delete'
You can’t perform that action at this time.
0 commit comments