We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5398463 commit 4175bb8Copy full SHA for 4175bb8
src/config/config.php
@@ -100,10 +100,10 @@
100
'schemas' => [
101
'default' => [
102
'query' => [
103
- 'example_query' => ExampleQuery::class,
+ // 'example_query' => ExampleQuery::class,
104
],
105
'mutation' => [
106
- 'example_mutation' => ExampleMutation::class,
+ // 'example_mutation' => ExampleMutation::class,
107
108
'middleware' => [],
109
'method' => ['get', 'post'],
@@ -120,8 +120,8 @@
120
// ]
121
//
122
'types' => [
123
- 'example' => ExampleType::class,
124
- 'relation_example' => ExampleRelationType::class,
+ // 'example' => ExampleType::class,
+ // 'relation_example' => ExampleRelationType::class,
125
126
127
// This callable will be passed the Error object for each errors GraphQL catch.
0 commit comments