CompiledField

class CompiledField : CompiledSelection

A compiled field from a GraphQL operation

Types

Builder
Link copied to clipboard
common
class Builder
Builder is used from Java generated code.
Companion
Link copied to clipboard
common
object Companion

Functions

nameWithArguments
Link copied to clipboard
common
fun nameWithArguments(variables: Executable.Variables): String
Returns a String containing the name of this field as well as encoded arguments.
newBuilder
Link copied to clipboard
common
fun newBuilder(): CompiledField.Builder
resolveArgument
Link copied to clipboard
common
fun resolveArgument(name: String, variables: Executable.Variables): Any?
Resolves field argument value by name.

Properties

alias
Link copied to clipboard
common
val alias: String?
arguments
Link copied to clipboard
common
val arguments: List<CompiledArgument>
condition
Link copied to clipboard
common
val condition: List<CompiledCondition>
name
Link copied to clipboard
common
val name: String
responseName
Link copied to clipboard
common
val responseName: String
selections
Link copied to clipboard
common
val selections: List<CompiledSelection>
type
Link copied to clipboard
common
val type: CompiledType