EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
InputObject
PROTOCOL
InputObject
Swift
1public protocol InputObject: GraphQLOperationVariableValue, JSONEncodable, HashableAn protocol for a struct that represents a GraphQL Input Object.
Properties
__data
Swift
1var __data: InputDict