GQLFieldDefinition

data class GQLFieldDefinition(sourceLocation: SourceLocation, description: String?, name: String, arguments: List<GQLInputValueDefinition>, type: GQLType, directives: List<GQLDirective>) : GQLNode, GQLNamed

Functions

copyWithNewChildrenInternal
Link copied to clipboard
open override fun copyWithNewChildrenInternal(container: NodeContainer): GQLNode
Internal-only.
writeInternal
Link copied to clipboard
open override fun writeInternal(writer: SDLWriter)
Internal-only.

Properties

arguments
Link copied to clipboard
val arguments: List<GQLInputValueDefinition>
children
Link copied to clipboard
open override val children: List<GQLNode>
The children of this node.
description
Link copied to clipboard
val description: String?
directives
Link copied to clipboard
val directives: List<GQLDirective>
name
Link copied to clipboard
open override val name: String
sourceLocation
Link copied to clipboard
open override val sourceLocation: SourceLocation
type
Link copied to clipboard
val type: GQLType