Skip to content

Commit 4175bb8

Browse files
amaelftahMikk Mihkel Nurges
authored andcommitted
Comment undefined classes in config.php (#184)
1 parent 5398463 commit 4175bb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/config/config.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@
100100
'schemas' => [
101101
'default' => [
102102
'query' => [
103-
'example_query' => ExampleQuery::class,
103+
// 'example_query' => ExampleQuery::class,
104104
],
105105
'mutation' => [
106-
'example_mutation' => ExampleMutation::class,
106+
// 'example_mutation' => ExampleMutation::class,
107107
],
108108
'middleware' => [],
109109
'method' => ['get', 'post'],
@@ -120,8 +120,8 @@
120120
// ]
121121
//
122122
'types' => [
123-
'example' => ExampleType::class,
124-
'relation_example' => ExampleRelationType::class,
123+
// 'example' => ExampleType::class,
124+
// 'relation_example' => ExampleRelationType::class,
125125
],
126126

127127
// This callable will be passed the Error object for each errors GraphQL catch.

0 commit comments

Comments
 (0)