Skip to content

Commit a1883ef

Browse files
simon-olsenklausi
authored andcommitted
docs(schema): Spelling fix - fist -> first (drupal-graphql#1141)
1 parent a1c6bb6 commit a1883ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/starting/custom-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For more information about composable schemas go to [Advanced section](./../adva
2626

2727
The module also includes some Plugins which are required inside the folder `src/Plugin/GraphQL/Schema` and optionally `src/Plugin/GraphQL/SchemaExtension`:
2828

29-
- ComposableSchemaExample.php : This file will define the schema itself. You can register default resolvers and also regular resolvers here. If you don't have a particular need you don't really need anything more than the anotation for your schema at fist. Later with more complex examples we will show how it can be useful to add some base functionality (automatic resolvers or default resolvers).
29+
- ComposableSchemaExample.php : This file will define the schema itself. You can register default resolvers and also regular resolvers here. If you don't have a particular need you don't really need anything more than the anotation for your schema at first. Later with more complex examples we will show how it can be useful to add some base functionality (automatic resolvers or default resolvers).
3030
- ComposableGraphQLSchemaExtension.php : This file will be used to implement resolvers in a way that is composeable (recommended). We recommend having at least one of these, but you can also implement resolvers across multiple modules by including several schema extensions in each module that exposes certain functionality to the schema when enabled. See the [Advanced section](./../advanced/composable-schemas.md) when talking about spliting schemas.
3131

3232
#### Note

0 commit comments

Comments
 (0)