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.
CustomScalarType
PROTOCOL
CustomScalarType
Swift
1public protocol CustomScalarType:
2 AnyScalarType,
3 JSONDecodable,
4 OutputTypeConvertible,
5 GraphQLOperationVariableValueProperties
jsonValue
Swift
1var jsonValue: JSONValue