diff --git a/package.json b/package.json index f325c7705f..0ab557cb7d 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "pnpm": { "overrides": { - "axios": "^1.13.5", + "axios": "^1.15.1", "json5@<1.0.2": ">=1.0.2", "katex": ">=0.16.21", "jose": ">=4.15.5", diff --git a/packages/documentation/src/pages/apis/graphql/auth/index.html b/packages/documentation/src/pages/apis/graphql/auth/index.html index b1e3723fcd..82b1e6547f 100644 --- a/packages/documentation/src/pages/apis/graphql/auth/index.html +++ b/packages/documentation/src/pages/apis/graphql/auth/index.html @@ -3,767 +3,17 @@
- +
- 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.
4
+ "4"
- 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.
receiver
- -
- String
- debitAmount
- -
- PaymentAmount
- receiveAmount
- -
- PaymentAmount
- interval
- -
- String
- receiver - String
+ debitAmount - PaymentAmount
+ receiveAmount - PaymentAmount
+ interval - String
+
- 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,
- "hasPreviousPage": false,
- "startCursor": "abc123"
+ "hasPreviousPage": true,
+ "startCursor": "xyz789"
}
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!
+
+ {"grantId": "abc123"}
+ {"grantId": "xyz789"}
id -
- ID!
+ id - ID!
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.
"xyz789"
+
+ | 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. | +
"abc123"
+ {
+ "id": 4,
+ "subId": "abc123",
+ "subIdFormat": "abc123",
+ "createdAt": "abc123"
+}
- 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.