Graph QLVariable Container
Types
Link copied to clipboard
class RefFactory : PropertyDelegateProvider<Nothing?, ReadOnlyProperty<Nothing?, GVariableRef>>
Content copied to clipboard
Functions
Link copied to clipboard
abstract fun variable(type: GTypeRef, configure: GraphQLVariableBuilder.() -> Unit): GraphQLVariableContainer.RefFactory
Content copied to clipboard
open fun variable(type: String, configure: GraphQLVariableBuilder.() -> Unit): GraphQLVariableContainer.RefFactory
Content copied to clipboard
abstract fun variable( name: String, type: GTypeRef, configure: GraphQLVariableBuilder.() -> Unit): GVariableRef
Content copied to clipboard
open fun variable( name: String, type: String, configure: GraphQLVariableBuilder.() -> Unit): GVariableRef
Content copied to clipboard