GraphQLSelectionsContainerScope

interface GraphQLSelectionsContainerScope

Functions

Link copied to clipboard
open fun __typename()
Link copied to clipboard
open fun fragment(name: GFragmentRef)
open fun fragment(name: String)
abstract fun fragment(name: GFragmentRef, configure: GraphQLFragmentSelectionBuilder.() -> Unit)
open fun fragment(name: String, configure: GraphQLFragmentSelectionBuilder.() -> Unit)
Link copied to clipboard
open operator fun GFragmentRef.invoke()
open operator fun GFragmentRef.invoke(configure: GraphQLFragmentSelectionBuilder.() -> Unit)
open operator fun String.invoke(alias: String? = null)
abstract operator fun String.invoke(alias: String? = null, configure: GraphQLFieldSelectionBuilder.() -> Unit)
Link copied to clipboard
abstract fun on(type: GNamedTypeRef, configure: GraphQLInlineFragmentSelectionBuilder.() -> Unit)
open fun on(type: String, configure: GraphQLInlineFragmentSelectionBuilder.() -> Unit)

Inheritors

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