Key Controller + list

This commit is contained in:
Your Name
2021-08-04 00:49:21 +02:00
parent 78acb54845
commit 222194e554
11 changed files with 141 additions and 48 deletions
+28 -28
View File
@@ -1,33 +1,33 @@
<?php return [
'plugin' => [
'name' => 'GA GraphQL',
'description' => '',
],
'menu' => [
'playground' => 'GA GraphiQL',
],
'permission' => [
'tab' => [
'schemas' => 'German Airlines VA - GraphQL',
'plugin' => [
'name' => 'GA GraphQL',
'description' => '',
],
'label' => [
'schemas' => 'Access GraphiQL',
'menu' => [
'main' => 'GA GraphQL',
'keys' => 'GraphQL Keys',
'playground' => 'GraphiQL',
],
],
'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.',
'permission' => [
'tab' => [
'schemas' => 'German Airlines VA - GraphQL',
],
'label' => [
'schemas' => 'Access GraphiQL',
],
],
'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.',
'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.',
],
],
],
];
];