diff --git a/app/config/variables.php b/app/config/variables.php index 59e7aaf802..19139c0d75 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -868,37 +868,37 @@ return [ 'filter' => '' ], ], - [ - 'category' => 'GraphQL', - 'description' => '', - 'variables' => [ - [ - 'name' => '_APP_GRAPHQL_MAX_BATCH_SIZE', - 'description' => 'Maximum number of batched queries per request. The default value is 10.', - 'introduction' => '1.2.0', - 'default' => '10', - 'required' => false, - 'question' => '', - 'filter' => '' - ], - [ - 'name' => '_APP_GRAPHQL_MAX_COMPLEXITY', - 'description' => 'Maximum complexity of a GraphQL query. One field adds one to query complexity. Lists multiply the complexity by the number of items requested. The default value is 250.', - 'introduction' => '1.2.0', - 'default' => '250', - 'required' => false, - 'question' => '', - 'filter' => '' - ], - [ - 'name' => '_APP_GRAPHQL_MAX_DEPTH', - 'description' => 'Maximum depth of a GraphQL query. One nested field level adds one to query depth. The default value is 3.', - 'introduction' => '1.2.0', - 'default' => '3', - 'required' => false, - 'question' => '', - 'filter' => '' - ], + ], + [ + 'category' => 'GraphQL', + 'description' => '', + 'variables' => [ + [ + 'name' => '_APP_GRAPHQL_MAX_BATCH_SIZE', + 'description' => 'Maximum number of batched queries per request. The default value is 10.', + 'introduction' => '1.2.0', + 'default' => '10', + 'required' => false, + 'question' => '', + 'filter' => '' + ], + [ + 'name' => '_APP_GRAPHQL_MAX_COMPLEXITY', + 'description' => 'Maximum complexity of a GraphQL query. One field adds one to query complexity. Lists multiply the complexity by the number of items requested. The default value is 250.', + 'introduction' => '1.2.0', + 'default' => '250', + 'required' => false, + 'question' => '', + 'filter' => '' + ], + [ + 'name' => '_APP_GRAPHQL_MAX_DEPTH', + 'description' => 'Maximum depth of a GraphQL query. One nested field level adds one to query depth. The default value is 3.', + 'introduction' => '1.2.0', + 'default' => '3', + 'required' => false, + 'question' => '', + 'filter' => '' ], ], ],