CustomScalarType
PROTOCOL
CustomScalarType
Swift
1public protocol CustomScalarType:
2 AnyScalarType,
3 JSONDecodable,
4 OutputTypeConvertible,
5 GraphQLOperationVariableValue
Properties
jsonValue
Swift
1var jsonValue: JSONValue