GQLField
data class GQLField( val sourceLocation: SourceLocation = SourceLocation.UNKNOWN, val alias: String?, val name: String, val arguments: GQLArguments?, val directives: List<GQLDirective>, val selectionSet: GQLSelectionSet?) : GQLSelection
Content copied to clipboard
Constructors
Link copied to clipboard
fun GQLField( sourceLocation: SourceLocation = SourceLocation.UNKNOWN, alias: String?, name: String, arguments: GQLArguments?, directives: List<GQLDirective>, selectionSet: GQLSelectionSet?)
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
Properties
Extensions
Link copied to clipboard
fun GQLField.definitionFromScope(schema: Schema, rawTypename: String): GQLFieldDefinition?
Content copied to clipboard
fun GQLField.definitionFromScope(schema: Schema, parentTypeDefinition: GQLTypeDefinition): GQLFieldDefinition?
Content copied to clipboard
Link copied to clipboard