You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2019. It is now read-only.
Paweł Gutkowski edited this page Jul 28, 2017
·
4 revisions
SchemaBuilder exposes ability to create schema and configure it. Its methods accept closures to configure contained DSL items.
Schema creation is performed by invoking KGraphQL.schema { ... }
Every DSL receiver exposes description: String? property. Description is visible in introspection system. This property is omitted in documentation for each schema element.