Properties
BigDecimal
BigDecimal: {
input: string;
output: string;
}
Type declaration
input: string
output: string
BigInt
BigInt: {
input: string;
output: string;
}
Type declaration
input: string
output: string
Boolean
Boolean: {
input: boolean;
output: boolean;
}
Type declaration
input: boolean
output: boolean
Bytes
Bytes: {
input: string;
output: string;
}
Type declaration
input: string
output: string
Float
Float: {
input: number;
output: number;
}
Type declaration
input: number
output: number
ID
ID: {
input: string;
output: string;
}
Type declaration
input: string
output: string
Int
Int: {
input: number;
output: number;
}
Type declaration
input: number
output: number
Int8
Int8: {
input: any;
output: any;
}
String
String: {
input: string;
output: string;
}
Type declaration
input: string
output: string
Timestamp
Timestamp: {
input: any;
output: any;
}
All built-in and custom scalars, mapped to their actual values