GraphQLField
STRUCT
GraphQLField
Swift
1public struct GraphQLField: GraphQLSelection
Methods
init(_:alias:arguments:type:)
Swift
1public init(_ name: String,
2 alias: String? = nil,
3 arguments: FieldArguments? = nil,
4 type: GraphQLOutputType)
cacheKey(with:)
Swift
1public func cacheKey(with variables: [String: JSONEncodable]?) throws -> String