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
- FileRepresents a file in the storage system with metadata and access information
- FileContentRepresents the actual content data of a file, shared between duplicate files for storage efficiency
- PaginatedFilesPaginated response for file queries
- PaginatedFoldersPaginated response for folder queries
- PaginatedUsersPaginated response for user queries
- PaginationInputPagination parameters for limiting and offsetting query results
- SearchInputSearch criteria for finding files based on various attributes
- UserRepresents a user in the file storage system