G Q L Field
data class GQLField(sourceLocation: SourceLocation, alias: String?, name: String, arguments: GQLArguments?, directives: List<GQLDirective>, selectionSet: GQLSelectionSet?) : GQLSelection
Content copied to clipboard
Functions
copyWithNewChildrenInternal
Link copied to clipboard
open override fun copyWithNewChildrenInternal(container: NodeContainer): GQLNode
Content copied to clipboard
writeInternal
Link copied to clipboard
Properties
arguments
Link copied to clipboard
directives
Link copied to clipboard
selectionSet
Link copied to clipboard
sourceLocation
Link copied to clipboard
Extensions
definitionFromScope
Link copied to clipboard
fun GQLField.definitionFromScope(schema: Schema, rawTypename: String): GQLFieldDefinition?
Content copied to clipboard
fun GQLField.definitionFromScope(schema: Schema, typeDefinitionInScope: GQLTypeDefinition): GQLFieldDefinition?
Content copied to clipboard
responseName
Link copied to clipboard