GraphQL 1.5.0 includes a new way to define a schema: from a GraphQL definition. In fact, loading a schema this way has been supported for while, but 1.5.0 adds the ability to specify field resolution behavior. GraphQL IDL Besides queries, GraphQL has an interface definition language (IDL) for expressing a schema’s structure. ...