GQLInterfaceTypeExtension
data class GQLInterfaceTypeExtension( val sourceLocation: SourceLocation = SourceLocation.UNKNOWN, val name: String, val implementsInterfaces: List<String>, val directives: List<GQLDirective>, val fields: List<GQLFieldDefinition>) : GQLDefinition, GQLTypeExtension, GQLNamed
Content copied to clipboard
Constructors
Link copied to clipboard
fun GQLInterfaceTypeExtension( sourceLocation: SourceLocation = SourceLocation.UNKNOWN, name: String, implementsInterfaces: List<String>, directives: List<GQLDirective>, fields: List<GQLFieldDefinition>)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun copyWithNewChildrenInternal(container: NodeContainer): GQLNode
Content copied to clipboard
Internal-only. Copies this code using the given children
Link copied to clipboard
Internal-only. Copies this code using the given children