GQLInterfaceTypeExtension

data class GQLInterfaceTypeExtension(sourceLocation: SourceLocation, name: String, implementsInterfaces: List<String>, fields: List<GQLFieldDefinition>) : GQLDefinition, GQLTypeExtension, 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

children
Link copied to clipboard
open override val children: List<GQLFieldDefinition>
The children of this node.
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