Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigInt ¶
type BigInt int64
BigInt represents a 64-bit signed integer (int64) which is usable as a GraphQL scalar type.
func (BigInt) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface found in gqlgen, allowing the type to be marshaled by gqlgen and sent over the wire.
func (*BigInt) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface found in gqlgen, allowing the type to be received by a graphql client and unmarshaled.
type BigUInt ¶
type BigUInt uint64
BigUInt represents a 64-bit unsigned integer (uint64) which is usable as a GraphQL scalar type.
func (BigUInt) MarshalGQL ¶
MarshalGQL implements the graphql.Marshaler interface found in gqlgen, allowing the type to be marshaled by gqlgen and sent over the wire.
func (*BigUInt) UnmarshalGQL ¶
UnmarshalGQL implements the graphql.Unmarshaler interface found in gqlgen, allowing the type to be received by a graphql client and unmarshaled.