From c0e6e1adeff02e6361b4439e6b49a8e6ce92a760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Pel=C3=AD=C5=A1ek?= Date: Fri, 22 Mar 2024 18:44:59 +0000 Subject: [PATCH] Update DefiningSchema.md --- docs/DefiningSchema.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/DefiningSchema.md b/docs/DefiningSchema.md index a30bb0973..400766d53 100644 --- a/docs/DefiningSchema.md +++ b/docs/DefiningSchema.md @@ -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`