pageInfo
- -
- PageInfo!
- edges
- -
- [GrantEdge!]!
+ pageInfo - PageInfo!
edges - [GrantEdge!]!
- The ID scalar type represents a unique
- identifier, often used to refetch an object or as key for a
- cache. The ID type appears in a JSON response as a String;
- however, it is not intended to be human-readable. When
- expected as an input type, any string (such as
- "4") or integer (such as
- 4) input value will be accepted as an ID.
-
The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.
- The Int scalar type represents non-fractional
- signed whole numeric values. Int can represent values
- between -(2^31) and 2^31 - 1.
-
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
987
+ 123
receiver
- -
- String
- debitAmount
- -
- PaymentAmount
- receiveAmount
- -
- PaymentAmount
- interval
- -
- String
- receiver - String
+ debitAmount - PaymentAmount
+ receiveAmount - PaymentAmount
+ interval - String
+ {
- "receiver": "xyz789",
+ "receiver": "abc123",
"debitAmount": PaymentAmount,
"receiveAmount": PaymentAmount,
- "interval": "xyz789"
+ "interval": "abc123"
}
- id -
- ID!
+ | id - ID!
|
- Unique identifier for the model. | +Unique identifier for the model. |
- createdAt
- -
- String!
+ | createdAt - String!
|
- The date and time when the model was created. | +The date and time when the model was created. |
|
-
- |
|||
|
-
- |
+ |||
| + | |||
- endCursor
- -
- String
- |
- - The cursor used to fetch the next page when paginating - forward. + | endCursor - String
|
+ The cursor used to fetch the next page when paginating forward. |
- hasNextPage
- -
- Boolean!
- |
- - Indicates if there are more pages when paginating - forward. + | hasNextPage - Boolean!
|
+ Indicates if there are more pages when paginating forward. |
- hasPreviousPage
- -
- Boolean!
- |
- - Indicates if there are more pages when paginating - backward. + | hasPreviousPage - Boolean!
|
+ Indicates if there are more pages when paginating backward. |
- startCursor
- -
- String
- |
- - The cursor used to fetch the next page when paginating - backward. + | startCursor - String
|
+ The cursor used to fetch the next page when paginating backward. |
{
"endCursor": "xyz789",
- "hasNextPage": false,
+ "hasNextPage": true,
"hasPreviousPage": false,
"startCursor": "abc123"
}
@@ -2422,11 +1157,7 @@ Example
value
- -
- UInt64!
- assetCode
- -
- String!
+ value - UInt64!
USD. For more information, refer to
- assets.
- assetScale
- -
- UInt8!
+ assetCode - String!
USD. For more information, refer to assets. assetScale - UInt8!
grantId
- -
- String!
- grantId - String!
+
+ id -
- ID!
+ id - ID!
{"id": "4"}
+ {"id": 4}
ASC
DESC
- The String scalar type represents textual data,
- represented as UTF-8 character sequences. The String type is
- most often used by GraphQL to represent free-form
- human-readable text.
-
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
| Field Name | +Description | +
|---|---|
sub_ids - [SubjectItem!]!
+ |
+ + | +
{"sub_ids": [SubjectItem]}
+
+ | Field Name | +Description | +
|---|---|
id - ID!
+ |
+ Unique identifier of the subject object. | +
subId - String!
+ |
+ Wallet address of the subject's account. | +
subIdFormat - String!
+ |
+ Format of the subject identifier | +
createdAt - String!
+ |
+ The date and time when the subject was created. | +
{
+ "id": "4",
+ "subId": "xyz789",
+ "subIdFormat": "xyz789",
+ "createdAt": "xyz789"
+}
+
+
- The UInt64 scalar type represents unsigned
- 64-bit whole numeric values. It is capable of handling
- values that are larger than the JavaScript
- Number type limit (greater than 2^53).
-
The UInt64 scalar type represents unsigned 64-bit whole numeric values. It is capable of handling values that are larger than the JavaScript Number type limit (greater than 2^53).
- The UInt8 scalar type represents unsigned 8-bit
- whole numeric values, ranging from 0 to 255.
-
The UInt8 scalar type represents unsigned 8-bit whole numeric values, ranging from 0 to 255.