GraphQLVariableContainerScope

interface GraphQLVariableContainerScope : GraphQLTypeContainerScope

Functions

Link copied to clipboard
open fun List(type: GTypeRef): GTypeRef
open fun List(type: String): GTypeRef
Link copied to clipboard
open operator fun GTypeRef.not(): GNonNullTypeRef
open operator fun String.not(): GNonNullTypeRef
Link copied to clipboard
open fun type(name: String): GNamedTypeRef
Link copied to clipboard
open fun variable(type: GTypeRef): GraphQLVariableContainer.RefFactory
open fun variable(type: String): GraphQLVariableContainer.RefFactory
abstract fun variable(type: GTypeRef, configure: GraphQLVariableBuilder.() -> Unit): GraphQLVariableContainer.RefFactory
open fun variable(name: String, type: GTypeRef): GVariableRef
open fun variable(type: String, configure: GraphQLVariableBuilder.() -> Unit): GraphQLVariableContainer.RefFactory
open fun variable(name: String, type: String): GVariableRef
abstract fun variable(    name: String,     type: GTypeRef,     configure: GraphQLVariableBuilder.() -> Unit): GVariableRef
open fun variable(    name: String,     type: String,     configure: GraphQLVariableBuilder.() -> Unit): GVariableRef

Properties

Link copied to clipboard
open val Boolean: GNamedTypeRef
Link copied to clipboard
open val Float: GNamedTypeRef
Link copied to clipboard
open val ID: GNamedTypeRef
Link copied to clipboard
open val Int: GNamedTypeRef
Link copied to clipboard
open val String: GNamedTypeRef

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard