File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ schemas and assign different **HTTP middleware** and **execution middleware** to
246246them, in addition to the global middleware. For example:
247247
248248``` php
249- 'schema ' => 'default',
249+ 'default_schema ' => 'default',
250250
251251'schemas' => [
252252 'default' => [
@@ -2060,7 +2060,7 @@ class EpisodeEnum extends EnumType
20602060> will be able to choose from, while the value is what will your server receive (what will enum
20612061> be resolved to).
20622062
2063- The Enum will be registered like any other type in your schema in ` config/graphq .php ` :
2063+ The Enum will be registered like any other type in your schema in ` config/graphql .php ` :
20642064
20652065``` php
20662066'schemas' => [
@@ -2321,7 +2321,7 @@ class ReviewInput extends InputType
23212321}
23222322```
23232323
2324- The Input Object will be registered like any other type in your schema in ` config/graphq .php ` :
2324+ The Input Object will be registered like any other type in your schema in ` config/graphql .php ` :
23252325
23262326``` php
23272327'schemas' => [
You can’t perform that action at this time.
0 commit comments