GQLObjectTypeDefinition

data class GQLObjectTypeDefinition(sourceLocation: SourceLocation, description: String?, name: String, implementsInterfaces: List<String>, directives: List<GQLDirective>, fields: List<GQLFieldDefinition>) : GQLTypeDefinition

Functions

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

Properties

children
Link copied to clipboard
open override val children: List<GQLNode>
The children of this node.
description
Link copied to clipboard
open override val description: String?
directives
Link copied to clipboard
val directives: List<GQLDirective>
fields
Link copied to clipboard
val fields: List<GQLFieldDefinition>
implementsInterfaces
Link copied to clipboard
val implementsInterfaces: List<String>
name
Link copied to clipboard
open override val name: String
sourceLocation
Link copied to clipboard
open override val sourceLocation: SourceLocation