Instance Propertygraphqlswift.graphql 3.0.0GraphQL
loc
AST.swift:1987let loc: Location?
let loc: Location?
import GraphQL
final class InputValueDefinition
struct Location
Contains a range of UTF-8 character offsets and token references that identify the region of the source from which the AST derived.
let defaultValue: Value?
let description: StringValue?
let directives: [Directive]
let kind: Kind
let name: Name
let type: Type
static func == (lhs: InputValueDefinition, rhs: InputValueDefinition) -> Bool
func get(key: String) -> NodeResult?