Selection.Field


STRUCT

Selection.Field

Swift
1public struct Field

Properties

name

Swift
1public let name: String

alias

Swift
1public let alias: String?

arguments

Swift
1public let arguments: [String: InputValue]?

type

Swift
1public let type: OutputType

responseKey

Swift
1public var responseKey: String

Methods

init(_:alias:type:arguments:)

Swift
1public init(
2  _ name: String,
3  alias: String? = nil,
4  type: OutputType,
5  arguments: [String: InputValue]? = nil
6)
Feedback

Edit on GitHub

Forums