Skip to content

Commit

Permalink
Update DefiningSchema.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax authored Mar 22, 2024
1 parent 91f3dc0 commit c0e6e1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/DefiningSchema.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ In GraphQL, the Schema is the heart of your API. It describes the operations you

This section describes internal architecture of the type system, feel free to skip to next section.

### Modifer & Named types

In GraPHPinator, types are descendants of the `\Graphpinator\Typesystem\Contract\Type` interface. They can be categorized into two main groups:

- Modifier types are the well known `NotNullType` and `ListType`
Expand Down

0 comments on commit c0e6e1a

Please sign in to comment.