InputObject


PROTOCOL

InputObject

Swift
1public protocol InputObject: GraphQLOperationVariableValue, JSONEncodable, Hashable

An protocol for a struct that represents a GraphQL Input Object.

Properties

__data

Swift
1var __data: InputDict
Feedback

Edit on GitHub

Forums