SCALAR
Long
The Long scalar type represents non-fractional signed whole numeric values. Long can represent values between -(2^63) and 2^63 - 1.
link GraphQL Schema definition
- scalar Long
link Require by
- ContactConnectionThe connection type for Contact.
- ConversationConnectionThe connection type for Conversation.
- MessageConnectionThe connection type for Message.
- MessageErrorRepresents message failure description.
- MutationThe schema’s entry-point for mutations. This acts as the public, top-level API from which all mutation queries must start.
- TagConnectionnull