Given the result of a client running the introspection query, creates and returns a Schema
instance which can be then used with all sangria tools, but cannot be used to execute a query,
as introspection does not represent the "resolver", "parse" or "serialize" functions or any
other server-internal mechanisms.
Given the result of a client running the introspection query, creates and returns a Schema
instance which can be then used with all sangria tools, but cannot be used to execute a query,
as introspection does not represent the "resolver", "parse" or "serialize" functions or any
other server-internal mechanisms.
Attributes
builder
custom schema construction logic. By default MaterializedSchemaException would be thrown
from a resolve function.