Schema
class Schema extends AbstractObject implements IdAble, Node
A GraphQL introspection schema that can be inspected and merged.
Properties
| $lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
Details
in
AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 19
Json
contents()
Serialize the schema back to introspection JSON.
at line 28
Id
id()
A unique identifier for this Schema.