We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f68909 commit cbc744eCopy full SHA for cbc744e
UPGRADE.md
@@ -139,6 +139,12 @@ $schema->assertValid();
139
```
140
See https://github.com/webonyx/graphql-php/issues/148
141
142
+### Deprecated: experimental `GraphQL\Server`
143
+Use [new PSR-7 compliant implementation](docs/executing-queries.md#using-server) instead.
144
+
145
+### Deprecated: experimental `GraphQL\Type\Resolution` interface and implementations
146
+Use schema [**typeLoader** option](docs/type-system/schema.md#lazy-loading-of-types) instead.
147
148
### Non-breaking: usage on async platforms
149
When using the library on async platforms use separate method `GraphQL::promiseToExecute()`.
150
It requires promise adapter in it's first argument and always returns a `Promise`.
0 commit comments