SCALAR
Int
The Int
scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
link GraphQL Schema definition
1 scalar Int
link Required by
- AgentChannelAn agent to agent chat channel.
- ChannelA chat conversation that describes participants, state, a list of chat logs and other meta information.
- DepartmentA department consists of a list of agents. Visitor can choose a department before start chatting.
- Querynull
- VisitorA website visitor that requests a chat.
- VisitorChannelA visitor to agent chat channel.