InputDict
STRUCT
InputDict
Swift
1public struct InputDict: GraphQLOperationVariableValue, HashableA structure that wraps the underlying data dictionary used by InputObjects.
Properties
jsonEncodableValue
Swift
1public var jsonEncodableValue: JSONEncodable?Methods
init(_:)
Swift
1public init(_ data: [String: GraphQLOperationVariableValue] = [:])==(_:_:)
Swift
1public static func == (lhs: InputDict, rhs: InputDict) -> BoolParameters
| Name | Description |
|---|---|
| lhs | A value to compare. |
| rhs | Another value to compare. |
hash(into:)
Swift
1public func hash(into hasher: inout Hasher)Parameters
| Name | Description |
|---|---|
| hasher | The hasher to use when combining the components of this instance. |