variable
open fun variable(type: String, configure: GraphQLVariableBuilder.() -> Unit): GraphQLVariableContainer.RefFactory
Content copied to clipboard
open fun variable( name: String, type: String, configure: GraphQLVariableBuilder.() -> Unit): GVariableRef
Content copied to clipboard
abstract fun variable( name: String, type: GTypeRef, configure: GraphQLVariableBuilder.() -> Unit): GVariableRef
Content copied to clipboard
abstract fun variable(type: GTypeRef, configure: GraphQLVariableBuilder.() -> Unit): GraphQLVariableContainer.RefFactory
Content copied to clipboard