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 3c729c4 commit f8e9e6bCopy full SHA for f8e9e6b
src/Type/Introspection.php
@@ -202,8 +202,9 @@ public static function getTypes()
202
* Default: true
203
*
204
* @param bool[]|bool $options
205
+ * @return mixed[]|null
206
*/
- public static function fromSchema(Schema $schema, array $options = [])
207
+ public static function fromSchema(Schema $schema, array $options = []): ?array
208
{
209
$result = GraphQL::executeQuery(
210
$schema,
0 commit comments