GraphiQL in Backend
This commit is contained in:
+28
-26
@@ -1,31 +1,33 @@
|
||||
<?php return [
|
||||
'plugin' => [
|
||||
'name' => 'GraphQL',
|
||||
'description' => '',
|
||||
'plugin' => [
|
||||
'name' => 'GraphQL',
|
||||
'description' => '',
|
||||
],
|
||||
'menu' => [
|
||||
'main' => 'GraphQL',
|
||||
],
|
||||
'permission' => [
|
||||
'tab' => [
|
||||
'schemas' => 'Schemas',
|
||||
],
|
||||
'menu' => [
|
||||
'main' => 'GraphQL',
|
||||
'label' => [
|
||||
'schemas' => 'Manage schemas',
|
||||
],
|
||||
'permission' => [
|
||||
'tab' => [
|
||||
'schemas' => 'Schemas',
|
||||
],
|
||||
'label' => [
|
||||
'schemas' => 'Manage schemas',
|
||||
],
|
||||
],
|
||||
'settings' => [
|
||||
'label' => 'German Airlines VA - GraphQL',
|
||||
'description' => 'Configure GrapQL',
|
||||
'general' => 'General',
|
||||
'engine' => 'Engine',
|
||||
'enable_cache' => [
|
||||
'label' => 'Enable Schema Cache',
|
||||
'comment' =>
|
||||
'A large part of the Schema generation is parsing the various graph definition into an AST. These operations are pretty expensive so it is recommended to enable caching in production mode.',
|
||||
],
|
||||
'settings' => [
|
||||
'label' => 'German Airlines VA - GraphQL',
|
||||
'description' => 'Configure GrapQL',
|
||||
'general' => 'General',
|
||||
'engine' => 'Engine',
|
||||
'enable_cache' => [
|
||||
'label' => 'Enable Schema Cache',
|
||||
'comment' => 'A large part of the Schema generation is parsing the various graph definition into an AST. These operations are pretty expensive so it is recommended to enable caching in production mode.'
|
||||
],
|
||||
'batched_queries' => [
|
||||
'label' => 'Batched Queries',
|
||||
'comment' => 'GraphQL query batching means sending multiple queries to the server in one request. You may set this flag to process/deny batched queries.'
|
||||
]
|
||||
],
|
||||
'batched_queries' => [
|
||||
'label' => 'Batched Queries',
|
||||
'comment' =>
|
||||
'GraphQL query batching means sending multiple queries to the server in one request. You may set this flag to process/deny batched queries.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user