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
- scalar Int
link Require by
- CFilterCFilter is used to fetch connections related to a single noted
- FilterFilter is a generic filter using Common Expression Language
- TFilterAggFilter is a filter used for graph traversals
- TraversalTraversal is a document found during a traversal & its relative path to the root node that searched for it