STRUCT
GraphQLField
public struct GraphQLField: GraphQLSelection
Methods
init(_:alias:arguments:type:)
public init(_ name: String,
alias: String? = nil,
arguments: [String: GraphQLInputValue]? = nil,
type: GraphQLOutputType)