-
Notifications
You must be signed in to change notification settings - Fork 5
Client DSL Customization
dermakov edited this page Aug 21, 2021
·
5 revisions
The Kobby plugin provides the ability to customize the generated client DSL by means of GraphQL schema directives and Kotlin extension functions.
In case of a field is marked with several directives at once - @default
, @required
, @primaryKey
, the behavior of
the Kobby Plugin is undefined!