GqlDbClaimsPage
No description
type GqlDbClaimsPage {
nextPageAnchor: BlockAnchor!
claims: [GqlClaimInfo!]!
hasNextPage: Boolean!
}
No description
type GqlDbClaimsPage {
nextPageAnchor: BlockAnchor!
claims: [GqlClaimInfo!]!
hasNextPage: Boolean!
}
GqlDbClaimsPage.nextPageAnchor
● BlockAnchor!
non-null objectGqlDbClaimsPage.claims
● [GqlClaimInfo!]!
non-null objectGqlDbClaimsPage.hasNextPage
● Boolean!
non-null scalar