GraphQLDirectivesBuilder

interface GraphQLDirectivesBuilder : GraphQLDirectivesBuilderScope

Functions

Link copied to clipboard
abstract fun build(): List<GDirective>
Link copied to clipboard
abstract fun directive(directive: GDirective)
Link copied to clipboard
open fun enum(name: String): GEnumValue
Link copied to clipboard
open operator fun String.invoke()
open operator override fun String.invoke(configure: GraphQLDirectiveBuilder.() -> Unit)
Link copied to clipboard
open fun variable(name: String): GVariableRef