CustomMetadata
Type for CollectionMetadataType
type CustomMetadata {
currentPage: Int!
limitValue: Int!
totalCount: Int
totalPages: Int!
}
Fields
CustomMetadata.currentPage
● Int!
non-null scalar
Current Page of loaded data
CustomMetadata.limitValue
● Int!
non-null scalar
The number of items per page
CustomMetadata.totalCount
● Int
scalar
CustomMetadata.totalPages
● Int!
non-null scalar
The total number of pages in the pagination
Member Of
ControlSyncStatusCollection
object