Functions
copyWithNewChildrenInternal
Link copied to clipboard
abstract fun copyWithNewChildrenInternal(container: NodeContainer): GQLNode
Content copied to clipboard
writeInternal
Link copied to clipboard
Properties
Inheritors
GQLVariableValue
Link copied to clipboard
GQLIntValue
Link copied to clipboard
GQLFloatValue
Link copied to clipboard
GQLStringValue
Link copied to clipboard
GQLBooleanValue
Link copied to clipboard
GQLEnumValue
Link copied to clipboard
GQLListValue
Link copied to clipboard
GQLObjectValue
Link copied to clipboard
GQLNullValue
Link copied to clipboard
Extensions
coerceInExecutableContextOrThrow
Link copied to clipboard
fun GQLValue.coerceInExecutableContextOrThrow(expectedType: GQLType, schema: Schema): GQLValue
Content copied to clipboard
For a GQLValue used in input position, validate that it can be coerced to expectedType and coerce it at the same time.
coerceInSchemaContextOrThrow
Link copied to clipboard
fun GQLValue.coerceInSchemaContextOrThrow(expectedType: GQLType, schema: Schema): GQLValue
Content copied to clipboard
For a GQLValue used in input position, validate that it can be coerced to expectedType and coerce it at the same time.