@portkey/graphql 0.0.1-alpha.9.0 → 0.0.2-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/commonjs/client.d.ts +3 -0
- package/dist/{client.js → commonjs/client.js} +0 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderInfo.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderInfo.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderManagerChangeRecordInfo.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderManagerInfo.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderManagerInfo.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderNFTBalanceInfo.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderNFTBalanceInfo.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderNFTCollectionBalanceInfo.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderSearchTokenNFT.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderSearchTokenNFT.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTokenBalanceInfo.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTokenBalanceInfo.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransaction.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransaction.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransactionAddressInfo.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransactionAddressInfo.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransactionInfo.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransactionInfo.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/loginGuardianChangeRecordInfo.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/loginGuardianInfo.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/loginGuardianInfo.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/syncState.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/syncState.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/tokenInfo.d.ts +16 -1
- package/dist/{did → commonjs/did}/__generated__/hooks/tokenInfo.js +16 -1
- package/dist/{did → commonjs/did}/__generated__/types.d.ts +1 -1
- package/dist/{did → commonjs/did}/__generated__/types.js +0 -1
- package/dist/{did → commonjs/did}/index.d.ts +0 -2
- package/dist/{did → commonjs/did}/index.js +0 -1
- package/dist/commonjs/did/utils.d.ts +6 -0
- package/dist/{did → commonjs/did}/utils.js +2 -1
- package/dist/{index.d.ts → commonjs/index.d.ts} +0 -1
- package/dist/{index.js → commonjs/index.js} +0 -1
- package/dist/commonjs/package.json +1 -0
- package/dist/{types → commonjs/types}/did.d.ts +1 -2
- package/dist/{types → commonjs/types}/did.js +0 -1
- package/dist/commonjs/types/index.d.ts +8 -0
- package/dist/{types → commonjs/types}/index.js +0 -1
- package/dist/esm/client.d.ts +3 -0
- package/dist/esm/client.js +11 -0
- package/dist/esm/did/__generated__/hooks/caHolderInfo.d.ts +58 -0
- package/dist/esm/did/__generated__/hooks/caHolderInfo.js +51 -0
- package/dist/esm/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts +42 -0
- package/dist/esm/did/__generated__/hooks/caHolderManagerChangeRecordInfo.js +38 -0
- package/dist/esm/did/__generated__/hooks/caHolderManagerInfo.d.ts +47 -0
- package/dist/esm/did/__generated__/hooks/caHolderManagerInfo.js +42 -0
- package/dist/esm/did/__generated__/hooks/caHolderNFTBalanceInfo.d.ts +60 -0
- package/dist/esm/did/__generated__/hooks/caHolderNFTBalanceInfo.js +54 -0
- package/dist/esm/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts +58 -0
- package/dist/esm/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.js +52 -0
- package/dist/esm/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts +77 -0
- package/dist/esm/did/__generated__/hooks/caHolderSearchTokenNFT.js +70 -0
- package/dist/esm/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts +62 -0
- package/dist/esm/did/__generated__/hooks/caHolderTokenBalanceInfo.js +56 -0
- package/dist/esm/did/__generated__/hooks/caHolderTransaction.d.ts +98 -0
- package/dist/esm/did/__generated__/hooks/caHolderTransaction.js +89 -0
- package/dist/esm/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts +46 -0
- package/dist/esm/did/__generated__/hooks/caHolderTransactionAddressInfo.js +41 -0
- package/dist/esm/did/__generated__/hooks/caHolderTransactionInfo.d.ts +98 -0
- package/dist/esm/did/__generated__/hooks/caHolderTransactionInfo.js +89 -0
- package/dist/esm/did/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts +52 -0
- package/dist/esm/did/__generated__/hooks/loginGuardianChangeRecordInfo.js +47 -0
- package/dist/esm/did/__generated__/hooks/loginGuardianInfo.d.ts +50 -0
- package/dist/esm/did/__generated__/hooks/loginGuardianInfo.js +45 -0
- package/dist/esm/did/__generated__/hooks/syncState.d.ts +38 -0
- package/dist/esm/did/__generated__/hooks/syncState.js +34 -0
- package/dist/esm/did/__generated__/hooks/tokenInfo.d.ts +51 -0
- package/dist/esm/did/__generated__/hooks/tokenInfo.js +47 -0
- package/dist/esm/did/__generated__/types.d.ts +416 -0
- package/dist/esm/did/__generated__/types.js +22 -0
- package/dist/esm/did/index.d.ts +13 -0
- package/dist/esm/did/index.js +53 -0
- package/dist/esm/did/utils.d.ts +6 -0
- package/dist/esm/did/utils.js +28 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/package.json +1 -0
- package/dist/esm/types/did.d.ts +10 -0
- package/dist/esm/types/did.js +1 -0
- package/dist/esm/types/index.d.ts +8 -0
- package/dist/esm/types/index.js +6 -0
- package/dist/types/client.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/caHolderInfo.d.ts +59 -0
- package/dist/types/did/__generated__/hooks/caHolderInfo.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts +43 -0
- package/dist/types/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/caHolderManagerInfo.d.ts +48 -0
- package/dist/types/did/__generated__/hooks/caHolderManagerInfo.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/caHolderNFTBalanceInfo.d.ts +61 -0
- package/dist/types/did/__generated__/hooks/caHolderNFTBalanceInfo.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts +59 -0
- package/dist/types/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts +78 -0
- package/dist/types/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts +63 -0
- package/dist/types/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/caHolderTransaction.d.ts +99 -0
- package/dist/types/did/__generated__/hooks/caHolderTransaction.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts +47 -0
- package/dist/types/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/caHolderTransactionInfo.d.ts +99 -0
- package/dist/types/did/__generated__/hooks/caHolderTransactionInfo.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts +53 -0
- package/dist/types/did/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/loginGuardianInfo.d.ts +51 -0
- package/dist/types/did/__generated__/hooks/loginGuardianInfo.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/syncState.d.ts +39 -0
- package/dist/types/did/__generated__/hooks/syncState.d.ts.map +1 -0
- package/dist/types/did/__generated__/hooks/tokenInfo.d.ts +52 -0
- package/dist/types/did/__generated__/hooks/tokenInfo.d.ts.map +1 -0
- package/dist/types/did/__generated__/types.d.ts +417 -0
- package/dist/types/did/__generated__/types.d.ts.map +1 -0
- package/dist/types/did/index.d.ts +14 -0
- package/dist/types/did/index.d.ts.map +1 -0
- package/dist/types/did/utils.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -7
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/types/did.d.ts +11 -0
- package/dist/types/types/did.d.ts.map +1 -0
- package/dist/types/types/index.d.ts +9 -0
- package/dist/types/types/index.d.ts.map +1 -0
- package/package.json +19 -8
- package/dist/client.d.ts.map +0 -1
- package/dist/client.js.map +0 -1
- package/dist/did/__generated__/hooks/caHolderInfo.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/caHolderInfo.js.map +0 -1
- package/dist/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/caHolderManagerChangeRecordInfo.js.map +0 -1
- package/dist/did/__generated__/hooks/caHolderManagerInfo.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/caHolderManagerInfo.js.map +0 -1
- package/dist/did/__generated__/hooks/caHolderNFTBalanceInfo.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/caHolderNFTBalanceInfo.js.map +0 -1
- package/dist/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.js.map +0 -1
- package/dist/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/caHolderSearchTokenNFT.js.map +0 -1
- package/dist/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/caHolderTokenBalanceInfo.js.map +0 -1
- package/dist/did/__generated__/hooks/caHolderTransaction.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/caHolderTransaction.js.map +0 -1
- package/dist/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/caHolderTransactionAddressInfo.js.map +0 -1
- package/dist/did/__generated__/hooks/caHolderTransactionInfo.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/caHolderTransactionInfo.js.map +0 -1
- package/dist/did/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/loginGuardianChangeRecordInfo.js.map +0 -1
- package/dist/did/__generated__/hooks/loginGuardianInfo.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/loginGuardianInfo.js.map +0 -1
- package/dist/did/__generated__/hooks/syncState.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/syncState.js.map +0 -1
- package/dist/did/__generated__/hooks/tokenInfo.d.ts.map +0 -1
- package/dist/did/__generated__/hooks/tokenInfo.js.map +0 -1
- package/dist/did/__generated__/types.d.ts.map +0 -1
- package/dist/did/__generated__/types.js.map +0 -1
- package/dist/did/index.d.ts.map +0 -1
- package/dist/did/index.js.map +0 -1
- package/dist/did/utils.d.ts.map +0 -1
- package/dist/did/utils.js.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/types/did.d.ts.map +0 -1
- package/dist/types/did.js.map +0 -1
- package/dist/types/index.js.map +0 -1
- /package/dist/{client.d.ts → types/client.d.ts} +0 -0
- /package/dist/{did → types/did}/utils.d.ts +0 -0
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|
[![NPM Package Version][npm-image-version]][npm-url]
|
|
6
6
|
|
|
7
|
+
It is already possible to follow [the standard apollo tutorial](https://www.apollographql.com/docs/react/why-apollo) to add [apollo client](https://www.apollographql.com/docs/react) to your application. However, Portkey provides graphql integration packages those simplify the integration and usage.
|
|
7
8
|
## Installation
|
|
8
9
|
|
|
9
10
|
### Using NPM
|
|
@@ -31,6 +31,22 @@ export type CaHolderInfoQuery = {
|
|
|
31
31
|
} | null> | null;
|
|
32
32
|
};
|
|
33
33
|
export declare const CaHolderInfoDocument: Apollo.DocumentNode;
|
|
34
|
+
/**
|
|
35
|
+
* __useCaHolderInfoQuery__
|
|
36
|
+
*
|
|
37
|
+
* To run a query within a React component, call `useCaHolderInfoQuery` and pass it any options that fit your needs.
|
|
38
|
+
* When your component renders, `useCaHolderInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
39
|
+
* you can use to render your UI.
|
|
40
|
+
*
|
|
41
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* const { data, loading, error } = useCaHolderInfoQuery({
|
|
45
|
+
* variables: {
|
|
46
|
+
* dto: // value for 'dto'
|
|
47
|
+
* },
|
|
48
|
+
* });
|
|
49
|
+
*/
|
|
34
50
|
export declare function useCaHolderInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderInfoQuery, CaHolderInfoQueryVariables>): Apollo.QueryResult<CaHolderInfoQuery, Types.Exact<{
|
|
35
51
|
dto?: Types.InputMaybe<Types.GetCaHolderInfoDto> | undefined;
|
|
36
52
|
}>>;
|
|
@@ -40,4 +56,3 @@ export declare function useCaHolderInfoLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
40
56
|
export type CaHolderInfoQueryHookResult = ReturnType<typeof useCaHolderInfoQuery>;
|
|
41
57
|
export type CaHolderInfoLazyQueryHookResult = ReturnType<typeof useCaHolderInfoLazyQuery>;
|
|
42
58
|
export type CaHolderInfoQueryResult = Apollo.QueryResult<CaHolderInfoQuery, CaHolderInfoQueryVariables>;
|
|
43
|
-
//# sourceMappingURL=caHolderInfo.d.ts.map
|
|
@@ -51,6 +51,22 @@ exports.CaHolderInfoDocument = (0, client_1.gql) `
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
`;
|
|
54
|
+
/**
|
|
55
|
+
* __useCaHolderInfoQuery__
|
|
56
|
+
*
|
|
57
|
+
* To run a query within a React component, call `useCaHolderInfoQuery` and pass it any options that fit your needs.
|
|
58
|
+
* When your component renders, `useCaHolderInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
59
|
+
* you can use to render your UI.
|
|
60
|
+
*
|
|
61
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
62
|
+
*
|
|
63
|
+
* @example
|
|
64
|
+
* const { data, loading, error } = useCaHolderInfoQuery({
|
|
65
|
+
* variables: {
|
|
66
|
+
* dto: // value for 'dto'
|
|
67
|
+
* },
|
|
68
|
+
* });
|
|
69
|
+
*/
|
|
54
70
|
function useCaHolderInfoQuery(baseOptions) {
|
|
55
71
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
56
72
|
return Apollo.useQuery(exports.CaHolderInfoDocument, options);
|
|
@@ -61,4 +77,3 @@ function useCaHolderInfoLazyQuery(baseOptions) {
|
|
|
61
77
|
return Apollo.useLazyQuery(exports.CaHolderInfoDocument, options);
|
|
62
78
|
}
|
|
63
79
|
exports.useCaHolderInfoLazyQuery = useCaHolderInfoLazyQuery;
|
|
64
|
-
//# sourceMappingURL=caHolderInfo.js.map
|
|
@@ -15,6 +15,22 @@ export type CaHolderManagerChangeRecordInfoQuery = {
|
|
|
15
15
|
} | null> | null;
|
|
16
16
|
};
|
|
17
17
|
export declare const CaHolderManagerChangeRecordInfoDocument: Apollo.DocumentNode;
|
|
18
|
+
/**
|
|
19
|
+
* __useCaHolderManagerChangeRecordInfoQuery__
|
|
20
|
+
*
|
|
21
|
+
* To run a query within a React component, call `useCaHolderManagerChangeRecordInfoQuery` and pass it any options that fit your needs.
|
|
22
|
+
* When your component renders, `useCaHolderManagerChangeRecordInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
23
|
+
* you can use to render your UI.
|
|
24
|
+
*
|
|
25
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* const { data, loading, error } = useCaHolderManagerChangeRecordInfoQuery({
|
|
29
|
+
* variables: {
|
|
30
|
+
* dto: // value for 'dto'
|
|
31
|
+
* },
|
|
32
|
+
* });
|
|
33
|
+
*/
|
|
18
34
|
export declare function useCaHolderManagerChangeRecordInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderManagerChangeRecordInfoQuery, CaHolderManagerChangeRecordInfoQueryVariables>): Apollo.QueryResult<CaHolderManagerChangeRecordInfoQuery, Types.Exact<{
|
|
19
35
|
dto?: Types.InputMaybe<Types.GetCaHolderManagerChangeRecordDto> | undefined;
|
|
20
36
|
}>>;
|
|
@@ -24,4 +40,3 @@ export declare function useCaHolderManagerChangeRecordInfoLazyQuery(baseOptions?
|
|
|
24
40
|
export type CaHolderManagerChangeRecordInfoQueryHookResult = ReturnType<typeof useCaHolderManagerChangeRecordInfoQuery>;
|
|
25
41
|
export type CaHolderManagerChangeRecordInfoLazyQueryHookResult = ReturnType<typeof useCaHolderManagerChangeRecordInfoLazyQuery>;
|
|
26
42
|
export type CaHolderManagerChangeRecordInfoQueryResult = Apollo.QueryResult<CaHolderManagerChangeRecordInfoQuery, CaHolderManagerChangeRecordInfoQueryVariables>;
|
|
27
|
-
//# sourceMappingURL=caHolderManagerChangeRecordInfo.d.ts.map
|
|
@@ -38,6 +38,22 @@ exports.CaHolderManagerChangeRecordInfoDocument = (0, client_1.gql) `
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
`;
|
|
41
|
+
/**
|
|
42
|
+
* __useCaHolderManagerChangeRecordInfoQuery__
|
|
43
|
+
*
|
|
44
|
+
* To run a query within a React component, call `useCaHolderManagerChangeRecordInfoQuery` and pass it any options that fit your needs.
|
|
45
|
+
* When your component renders, `useCaHolderManagerChangeRecordInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
46
|
+
* you can use to render your UI.
|
|
47
|
+
*
|
|
48
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
49
|
+
*
|
|
50
|
+
* @example
|
|
51
|
+
* const { data, loading, error } = useCaHolderManagerChangeRecordInfoQuery({
|
|
52
|
+
* variables: {
|
|
53
|
+
* dto: // value for 'dto'
|
|
54
|
+
* },
|
|
55
|
+
* });
|
|
56
|
+
*/
|
|
41
57
|
function useCaHolderManagerChangeRecordInfoQuery(baseOptions) {
|
|
42
58
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
43
59
|
return Apollo.useQuery(exports.CaHolderManagerChangeRecordInfoDocument, options);
|
|
@@ -48,4 +64,3 @@ function useCaHolderManagerChangeRecordInfoLazyQuery(baseOptions) {
|
|
|
48
64
|
return Apollo.useLazyQuery(exports.CaHolderManagerChangeRecordInfoDocument, options);
|
|
49
65
|
}
|
|
50
66
|
exports.useCaHolderManagerChangeRecordInfoLazyQuery = useCaHolderManagerChangeRecordInfoLazyQuery;
|
|
51
|
-
//# sourceMappingURL=caHolderManagerChangeRecordInfo.js.map
|
|
@@ -20,6 +20,22 @@ export type CaHolderManagerInfoQuery = {
|
|
|
20
20
|
} | null> | null;
|
|
21
21
|
};
|
|
22
22
|
export declare const CaHolderManagerInfoDocument: Apollo.DocumentNode;
|
|
23
|
+
/**
|
|
24
|
+
* __useCaHolderManagerInfoQuery__
|
|
25
|
+
*
|
|
26
|
+
* To run a query within a React component, call `useCaHolderManagerInfoQuery` and pass it any options that fit your needs.
|
|
27
|
+
* When your component renders, `useCaHolderManagerInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
28
|
+
* you can use to render your UI.
|
|
29
|
+
*
|
|
30
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* const { data, loading, error } = useCaHolderManagerInfoQuery({
|
|
34
|
+
* variables: {
|
|
35
|
+
* dto: // value for 'dto'
|
|
36
|
+
* },
|
|
37
|
+
* });
|
|
38
|
+
*/
|
|
23
39
|
export declare function useCaHolderManagerInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderManagerInfoQuery, CaHolderManagerInfoQueryVariables>): Apollo.QueryResult<CaHolderManagerInfoQuery, Types.Exact<{
|
|
24
40
|
dto?: Types.InputMaybe<Types.GetCaHolderManagerInfoDto> | undefined;
|
|
25
41
|
}>>;
|
|
@@ -29,4 +45,3 @@ export declare function useCaHolderManagerInfoLazyQuery(baseOptions?: Apollo.Laz
|
|
|
29
45
|
export type CaHolderManagerInfoQueryHookResult = ReturnType<typeof useCaHolderManagerInfoQuery>;
|
|
30
46
|
export type CaHolderManagerInfoLazyQueryHookResult = ReturnType<typeof useCaHolderManagerInfoLazyQuery>;
|
|
31
47
|
export type CaHolderManagerInfoQueryResult = Apollo.QueryResult<CaHolderManagerInfoQuery, CaHolderManagerInfoQueryVariables>;
|
|
32
|
-
//# sourceMappingURL=caHolderManagerInfo.d.ts.map
|
|
@@ -42,6 +42,22 @@ exports.CaHolderManagerInfoDocument = (0, client_1.gql) `
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
`;
|
|
45
|
+
/**
|
|
46
|
+
* __useCaHolderManagerInfoQuery__
|
|
47
|
+
*
|
|
48
|
+
* To run a query within a React component, call `useCaHolderManagerInfoQuery` and pass it any options that fit your needs.
|
|
49
|
+
* When your component renders, `useCaHolderManagerInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
50
|
+
* you can use to render your UI.
|
|
51
|
+
*
|
|
52
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
53
|
+
*
|
|
54
|
+
* @example
|
|
55
|
+
* const { data, loading, error } = useCaHolderManagerInfoQuery({
|
|
56
|
+
* variables: {
|
|
57
|
+
* dto: // value for 'dto'
|
|
58
|
+
* },
|
|
59
|
+
* });
|
|
60
|
+
*/
|
|
45
61
|
function useCaHolderManagerInfoQuery(baseOptions) {
|
|
46
62
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
47
63
|
return Apollo.useQuery(exports.CaHolderManagerInfoDocument, options);
|
|
@@ -52,4 +68,3 @@ function useCaHolderManagerInfoLazyQuery(baseOptions) {
|
|
|
52
68
|
return Apollo.useLazyQuery(exports.CaHolderManagerInfoDocument, options);
|
|
53
69
|
}
|
|
54
70
|
exports.useCaHolderManagerInfoLazyQuery = useCaHolderManagerInfoLazyQuery;
|
|
55
|
-
//# sourceMappingURL=caHolderManagerInfo.js.map
|
|
@@ -33,6 +33,22 @@ export type CaHolderNftBalanceInfoQuery = {
|
|
|
33
33
|
} | null;
|
|
34
34
|
};
|
|
35
35
|
export declare const CaHolderNftBalanceInfoDocument: Apollo.DocumentNode;
|
|
36
|
+
/**
|
|
37
|
+
* __useCaHolderNftBalanceInfoQuery__
|
|
38
|
+
*
|
|
39
|
+
* To run a query within a React component, call `useCaHolderNftBalanceInfoQuery` and pass it any options that fit your needs.
|
|
40
|
+
* When your component renders, `useCaHolderNftBalanceInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
41
|
+
* you can use to render your UI.
|
|
42
|
+
*
|
|
43
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
44
|
+
*
|
|
45
|
+
* @example
|
|
46
|
+
* const { data, loading, error } = useCaHolderNftBalanceInfoQuery({
|
|
47
|
+
* variables: {
|
|
48
|
+
* dto: // value for 'dto'
|
|
49
|
+
* },
|
|
50
|
+
* });
|
|
51
|
+
*/
|
|
36
52
|
export declare function useCaHolderNftBalanceInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderNftBalanceInfoQuery, CaHolderNftBalanceInfoQueryVariables>): Apollo.QueryResult<CaHolderNftBalanceInfoQuery, Types.Exact<{
|
|
37
53
|
dto?: Types.InputMaybe<Types.GetCaHolderNftInfoDto> | undefined;
|
|
38
54
|
}>>;
|
|
@@ -42,4 +58,3 @@ export declare function useCaHolderNftBalanceInfoLazyQuery(baseOptions?: Apollo.
|
|
|
42
58
|
export type CaHolderNftBalanceInfoQueryHookResult = ReturnType<typeof useCaHolderNftBalanceInfoQuery>;
|
|
43
59
|
export type CaHolderNftBalanceInfoLazyQueryHookResult = ReturnType<typeof useCaHolderNftBalanceInfoLazyQuery>;
|
|
44
60
|
export type CaHolderNftBalanceInfoQueryResult = Apollo.QueryResult<CaHolderNftBalanceInfoQuery, CaHolderNftBalanceInfoQueryVariables>;
|
|
45
|
-
//# sourceMappingURL=caHolderNFTBalanceInfo.d.ts.map
|
|
@@ -54,6 +54,22 @@ exports.CaHolderNftBalanceInfoDocument = (0, client_1.gql) `
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
`;
|
|
57
|
+
/**
|
|
58
|
+
* __useCaHolderNftBalanceInfoQuery__
|
|
59
|
+
*
|
|
60
|
+
* To run a query within a React component, call `useCaHolderNftBalanceInfoQuery` and pass it any options that fit your needs.
|
|
61
|
+
* When your component renders, `useCaHolderNftBalanceInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
62
|
+
* you can use to render your UI.
|
|
63
|
+
*
|
|
64
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
65
|
+
*
|
|
66
|
+
* @example
|
|
67
|
+
* const { data, loading, error } = useCaHolderNftBalanceInfoQuery({
|
|
68
|
+
* variables: {
|
|
69
|
+
* dto: // value for 'dto'
|
|
70
|
+
* },
|
|
71
|
+
* });
|
|
72
|
+
*/
|
|
57
73
|
function useCaHolderNftBalanceInfoQuery(baseOptions) {
|
|
58
74
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
59
75
|
return Apollo.useQuery(exports.CaHolderNftBalanceInfoDocument, options);
|
|
@@ -64,4 +80,3 @@ function useCaHolderNftBalanceInfoLazyQuery(baseOptions) {
|
|
|
64
80
|
return Apollo.useLazyQuery(exports.CaHolderNftBalanceInfoDocument, options);
|
|
65
81
|
}
|
|
66
82
|
exports.useCaHolderNftBalanceInfoLazyQuery = useCaHolderNftBalanceInfoLazyQuery;
|
|
67
|
-
//# sourceMappingURL=caHolderNFTBalanceInfo.js.map
|
|
@@ -31,6 +31,22 @@ export type CaHolderNftCollectionBalanceInfoQuery = {
|
|
|
31
31
|
} | null;
|
|
32
32
|
};
|
|
33
33
|
export declare const CaHolderNftCollectionBalanceInfoDocument: Apollo.DocumentNode;
|
|
34
|
+
/**
|
|
35
|
+
* __useCaHolderNftCollectionBalanceInfoQuery__
|
|
36
|
+
*
|
|
37
|
+
* To run a query within a React component, call `useCaHolderNftCollectionBalanceInfoQuery` and pass it any options that fit your needs.
|
|
38
|
+
* When your component renders, `useCaHolderNftCollectionBalanceInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
39
|
+
* you can use to render your UI.
|
|
40
|
+
*
|
|
41
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* const { data, loading, error } = useCaHolderNftCollectionBalanceInfoQuery({
|
|
45
|
+
* variables: {
|
|
46
|
+
* dto: // value for 'dto'
|
|
47
|
+
* },
|
|
48
|
+
* });
|
|
49
|
+
*/
|
|
34
50
|
export declare function useCaHolderNftCollectionBalanceInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderNftCollectionBalanceInfoQuery, CaHolderNftCollectionBalanceInfoQueryVariables>): Apollo.QueryResult<CaHolderNftCollectionBalanceInfoQuery, Types.Exact<{
|
|
35
51
|
dto?: Types.InputMaybe<Types.GetCaHolderNftCollectionInfoDto> | undefined;
|
|
36
52
|
}>>;
|
|
@@ -40,4 +56,3 @@ export declare function useCaHolderNftCollectionBalanceInfoLazyQuery(baseOptions
|
|
|
40
56
|
export type CaHolderNftCollectionBalanceInfoQueryHookResult = ReturnType<typeof useCaHolderNftCollectionBalanceInfoQuery>;
|
|
41
57
|
export type CaHolderNftCollectionBalanceInfoLazyQueryHookResult = ReturnType<typeof useCaHolderNftCollectionBalanceInfoLazyQuery>;
|
|
42
58
|
export type CaHolderNftCollectionBalanceInfoQueryResult = Apollo.QueryResult<CaHolderNftCollectionBalanceInfoQuery, CaHolderNftCollectionBalanceInfoQueryVariables>;
|
|
43
|
-
//# sourceMappingURL=caHolderNFTCollectionBalanceInfo.d.ts.map
|
|
@@ -52,6 +52,22 @@ exports.CaHolderNftCollectionBalanceInfoDocument = (0, client_1.gql) `
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
`;
|
|
55
|
+
/**
|
|
56
|
+
* __useCaHolderNftCollectionBalanceInfoQuery__
|
|
57
|
+
*
|
|
58
|
+
* To run a query within a React component, call `useCaHolderNftCollectionBalanceInfoQuery` and pass it any options that fit your needs.
|
|
59
|
+
* When your component renders, `useCaHolderNftCollectionBalanceInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
60
|
+
* you can use to render your UI.
|
|
61
|
+
*
|
|
62
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
63
|
+
*
|
|
64
|
+
* @example
|
|
65
|
+
* const { data, loading, error } = useCaHolderNftCollectionBalanceInfoQuery({
|
|
66
|
+
* variables: {
|
|
67
|
+
* dto: // value for 'dto'
|
|
68
|
+
* },
|
|
69
|
+
* });
|
|
70
|
+
*/
|
|
55
71
|
function useCaHolderNftCollectionBalanceInfoQuery(baseOptions) {
|
|
56
72
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
57
73
|
return Apollo.useQuery(exports.CaHolderNftCollectionBalanceInfoDocument, options);
|
|
@@ -62,4 +78,3 @@ function useCaHolderNftCollectionBalanceInfoLazyQuery(baseOptions) {
|
|
|
62
78
|
return Apollo.useLazyQuery(exports.CaHolderNftCollectionBalanceInfoDocument, options);
|
|
63
79
|
}
|
|
64
80
|
exports.useCaHolderNftCollectionBalanceInfoLazyQuery = useCaHolderNftCollectionBalanceInfoLazyQuery;
|
|
65
|
-
//# sourceMappingURL=caHolderNFTCollectionBalanceInfo.js.map
|
|
@@ -50,6 +50,22 @@ export type CaHolderSearchTokenNftQuery = {
|
|
|
50
50
|
} | null;
|
|
51
51
|
};
|
|
52
52
|
export declare const CaHolderSearchTokenNftDocument: Apollo.DocumentNode;
|
|
53
|
+
/**
|
|
54
|
+
* __useCaHolderSearchTokenNftQuery__
|
|
55
|
+
*
|
|
56
|
+
* To run a query within a React component, call `useCaHolderSearchTokenNftQuery` and pass it any options that fit your needs.
|
|
57
|
+
* When your component renders, `useCaHolderSearchTokenNftQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
58
|
+
* you can use to render your UI.
|
|
59
|
+
*
|
|
60
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
61
|
+
*
|
|
62
|
+
* @example
|
|
63
|
+
* const { data, loading, error } = useCaHolderSearchTokenNftQuery({
|
|
64
|
+
* variables: {
|
|
65
|
+
* dto: // value for 'dto'
|
|
66
|
+
* },
|
|
67
|
+
* });
|
|
68
|
+
*/
|
|
53
69
|
export declare function useCaHolderSearchTokenNftQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderSearchTokenNftQuery, CaHolderSearchTokenNftQueryVariables>): Apollo.QueryResult<CaHolderSearchTokenNftQuery, Types.Exact<{
|
|
54
70
|
dto?: Types.InputMaybe<Types.GetCaHolderSearchTokenNftDto> | undefined;
|
|
55
71
|
}>>;
|
|
@@ -59,4 +75,3 @@ export declare function useCaHolderSearchTokenNftLazyQuery(baseOptions?: Apollo.
|
|
|
59
75
|
export type CaHolderSearchTokenNftQueryHookResult = ReturnType<typeof useCaHolderSearchTokenNftQuery>;
|
|
60
76
|
export type CaHolderSearchTokenNftLazyQueryHookResult = ReturnType<typeof useCaHolderSearchTokenNftLazyQuery>;
|
|
61
77
|
export type CaHolderSearchTokenNftQueryResult = Apollo.QueryResult<CaHolderSearchTokenNftQuery, CaHolderSearchTokenNftQueryVariables>;
|
|
62
|
-
//# sourceMappingURL=caHolderSearchTokenNFT.d.ts.map
|
|
@@ -70,6 +70,22 @@ exports.CaHolderSearchTokenNftDocument = (0, client_1.gql) `
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
`;
|
|
73
|
+
/**
|
|
74
|
+
* __useCaHolderSearchTokenNftQuery__
|
|
75
|
+
*
|
|
76
|
+
* To run a query within a React component, call `useCaHolderSearchTokenNftQuery` and pass it any options that fit your needs.
|
|
77
|
+
* When your component renders, `useCaHolderSearchTokenNftQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
78
|
+
* you can use to render your UI.
|
|
79
|
+
*
|
|
80
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
81
|
+
*
|
|
82
|
+
* @example
|
|
83
|
+
* const { data, loading, error } = useCaHolderSearchTokenNftQuery({
|
|
84
|
+
* variables: {
|
|
85
|
+
* dto: // value for 'dto'
|
|
86
|
+
* },
|
|
87
|
+
* });
|
|
88
|
+
*/
|
|
73
89
|
function useCaHolderSearchTokenNftQuery(baseOptions) {
|
|
74
90
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
75
91
|
return Apollo.useQuery(exports.CaHolderSearchTokenNftDocument, options);
|
|
@@ -80,4 +96,3 @@ function useCaHolderSearchTokenNftLazyQuery(baseOptions) {
|
|
|
80
96
|
return Apollo.useLazyQuery(exports.CaHolderSearchTokenNftDocument, options);
|
|
81
97
|
}
|
|
82
98
|
exports.useCaHolderSearchTokenNftLazyQuery = useCaHolderSearchTokenNftLazyQuery;
|
|
83
|
-
//# sourceMappingURL=caHolderSearchTokenNFT.js.map
|
|
@@ -35,6 +35,22 @@ export type CaHolderTokenBalanceInfoQuery = {
|
|
|
35
35
|
} | null;
|
|
36
36
|
};
|
|
37
37
|
export declare const CaHolderTokenBalanceInfoDocument: Apollo.DocumentNode;
|
|
38
|
+
/**
|
|
39
|
+
* __useCaHolderTokenBalanceInfoQuery__
|
|
40
|
+
*
|
|
41
|
+
* To run a query within a React component, call `useCaHolderTokenBalanceInfoQuery` and pass it any options that fit your needs.
|
|
42
|
+
* When your component renders, `useCaHolderTokenBalanceInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
43
|
+
* you can use to render your UI.
|
|
44
|
+
*
|
|
45
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
46
|
+
*
|
|
47
|
+
* @example
|
|
48
|
+
* const { data, loading, error } = useCaHolderTokenBalanceInfoQuery({
|
|
49
|
+
* variables: {
|
|
50
|
+
* dto: // value for 'dto'
|
|
51
|
+
* },
|
|
52
|
+
* });
|
|
53
|
+
*/
|
|
38
54
|
export declare function useCaHolderTokenBalanceInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderTokenBalanceInfoQuery, CaHolderTokenBalanceInfoQueryVariables>): Apollo.QueryResult<CaHolderTokenBalanceInfoQuery, Types.Exact<{
|
|
39
55
|
dto?: Types.InputMaybe<Types.GetCaHolderTokenBalanceDto> | undefined;
|
|
40
56
|
}>>;
|
|
@@ -44,4 +60,3 @@ export declare function useCaHolderTokenBalanceInfoLazyQuery(baseOptions?: Apoll
|
|
|
44
60
|
export type CaHolderTokenBalanceInfoQueryHookResult = ReturnType<typeof useCaHolderTokenBalanceInfoQuery>;
|
|
45
61
|
export type CaHolderTokenBalanceInfoLazyQueryHookResult = ReturnType<typeof useCaHolderTokenBalanceInfoLazyQuery>;
|
|
46
62
|
export type CaHolderTokenBalanceInfoQueryResult = Apollo.QueryResult<CaHolderTokenBalanceInfoQuery, CaHolderTokenBalanceInfoQueryVariables>;
|
|
47
|
-
//# sourceMappingURL=caHolderTokenBalanceInfo.d.ts.map
|
|
@@ -56,6 +56,22 @@ exports.CaHolderTokenBalanceInfoDocument = (0, client_1.gql) `
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
`;
|
|
59
|
+
/**
|
|
60
|
+
* __useCaHolderTokenBalanceInfoQuery__
|
|
61
|
+
*
|
|
62
|
+
* To run a query within a React component, call `useCaHolderTokenBalanceInfoQuery` and pass it any options that fit your needs.
|
|
63
|
+
* When your component renders, `useCaHolderTokenBalanceInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
64
|
+
* you can use to render your UI.
|
|
65
|
+
*
|
|
66
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
67
|
+
*
|
|
68
|
+
* @example
|
|
69
|
+
* const { data, loading, error } = useCaHolderTokenBalanceInfoQuery({
|
|
70
|
+
* variables: {
|
|
71
|
+
* dto: // value for 'dto'
|
|
72
|
+
* },
|
|
73
|
+
* });
|
|
74
|
+
*/
|
|
59
75
|
function useCaHolderTokenBalanceInfoQuery(baseOptions) {
|
|
60
76
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
61
77
|
return Apollo.useQuery(exports.CaHolderTokenBalanceInfoDocument, options);
|
|
@@ -66,4 +82,3 @@ function useCaHolderTokenBalanceInfoLazyQuery(baseOptions) {
|
|
|
66
82
|
return Apollo.useLazyQuery(exports.CaHolderTokenBalanceInfoDocument, options);
|
|
67
83
|
}
|
|
68
84
|
exports.useCaHolderTokenBalanceInfoLazyQuery = useCaHolderTokenBalanceInfoLazyQuery;
|
|
69
|
-
//# sourceMappingURL=caHolderTokenBalanceInfo.js.map
|
|
@@ -71,6 +71,22 @@ export type CaHolderTransactionQuery = {
|
|
|
71
71
|
} | null;
|
|
72
72
|
};
|
|
73
73
|
export declare const CaHolderTransactionDocument: Apollo.DocumentNode;
|
|
74
|
+
/**
|
|
75
|
+
* __useCaHolderTransactionQuery__
|
|
76
|
+
*
|
|
77
|
+
* To run a query within a React component, call `useCaHolderTransactionQuery` and pass it any options that fit your needs.
|
|
78
|
+
* When your component renders, `useCaHolderTransactionQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
79
|
+
* you can use to render your UI.
|
|
80
|
+
*
|
|
81
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
82
|
+
*
|
|
83
|
+
* @example
|
|
84
|
+
* const { data, loading, error } = useCaHolderTransactionQuery({
|
|
85
|
+
* variables: {
|
|
86
|
+
* dto: // value for 'dto'
|
|
87
|
+
* },
|
|
88
|
+
* });
|
|
89
|
+
*/
|
|
74
90
|
export declare function useCaHolderTransactionQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderTransactionQuery, CaHolderTransactionQueryVariables>): Apollo.QueryResult<CaHolderTransactionQuery, Types.Exact<{
|
|
75
91
|
dto?: Types.InputMaybe<Types.GetCaHolderTransactionDto> | undefined;
|
|
76
92
|
}>>;
|
|
@@ -80,4 +96,3 @@ export declare function useCaHolderTransactionLazyQuery(baseOptions?: Apollo.Laz
|
|
|
80
96
|
export type CaHolderTransactionQueryHookResult = ReturnType<typeof useCaHolderTransactionQuery>;
|
|
81
97
|
export type CaHolderTransactionLazyQueryHookResult = ReturnType<typeof useCaHolderTransactionLazyQuery>;
|
|
82
98
|
export type CaHolderTransactionQueryResult = Apollo.QueryResult<CaHolderTransactionQuery, CaHolderTransactionQueryVariables>;
|
|
83
|
-
//# sourceMappingURL=caHolderTransaction.d.ts.map
|
|
@@ -89,6 +89,22 @@ exports.CaHolderTransactionDocument = (0, client_1.gql) `
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
`;
|
|
92
|
+
/**
|
|
93
|
+
* __useCaHolderTransactionQuery__
|
|
94
|
+
*
|
|
95
|
+
* To run a query within a React component, call `useCaHolderTransactionQuery` and pass it any options that fit your needs.
|
|
96
|
+
* When your component renders, `useCaHolderTransactionQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
97
|
+
* you can use to render your UI.
|
|
98
|
+
*
|
|
99
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
100
|
+
*
|
|
101
|
+
* @example
|
|
102
|
+
* const { data, loading, error } = useCaHolderTransactionQuery({
|
|
103
|
+
* variables: {
|
|
104
|
+
* dto: // value for 'dto'
|
|
105
|
+
* },
|
|
106
|
+
* });
|
|
107
|
+
*/
|
|
92
108
|
function useCaHolderTransactionQuery(baseOptions) {
|
|
93
109
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
94
110
|
return Apollo.useQuery(exports.CaHolderTransactionDocument, options);
|
|
@@ -99,4 +115,3 @@ function useCaHolderTransactionLazyQuery(baseOptions) {
|
|
|
99
115
|
return Apollo.useLazyQuery(exports.CaHolderTransactionDocument, options);
|
|
100
116
|
}
|
|
101
117
|
exports.useCaHolderTransactionLazyQuery = useCaHolderTransactionLazyQuery;
|
|
102
|
-
//# sourceMappingURL=caHolderTransaction.js.map
|
|
@@ -19,6 +19,22 @@ export type CaHolderTransactionAddressInfoQuery = {
|
|
|
19
19
|
} | null;
|
|
20
20
|
};
|
|
21
21
|
export declare const CaHolderTransactionAddressInfoDocument: Apollo.DocumentNode;
|
|
22
|
+
/**
|
|
23
|
+
* __useCaHolderTransactionAddressInfoQuery__
|
|
24
|
+
*
|
|
25
|
+
* To run a query within a React component, call `useCaHolderTransactionAddressInfoQuery` and pass it any options that fit your needs.
|
|
26
|
+
* When your component renders, `useCaHolderTransactionAddressInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
27
|
+
* you can use to render your UI.
|
|
28
|
+
*
|
|
29
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* const { data, loading, error } = useCaHolderTransactionAddressInfoQuery({
|
|
33
|
+
* variables: {
|
|
34
|
+
* dto: // value for 'dto'
|
|
35
|
+
* },
|
|
36
|
+
* });
|
|
37
|
+
*/
|
|
22
38
|
export declare function useCaHolderTransactionAddressInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderTransactionAddressInfoQuery, CaHolderTransactionAddressInfoQueryVariables>): Apollo.QueryResult<CaHolderTransactionAddressInfoQuery, Types.Exact<{
|
|
23
39
|
dto?: Types.InputMaybe<Types.GetCaHolderTransactionAddressDto> | undefined;
|
|
24
40
|
}>>;
|
|
@@ -28,4 +44,3 @@ export declare function useCaHolderTransactionAddressInfoLazyQuery(baseOptions?:
|
|
|
28
44
|
export type CaHolderTransactionAddressInfoQueryHookResult = ReturnType<typeof useCaHolderTransactionAddressInfoQuery>;
|
|
29
45
|
export type CaHolderTransactionAddressInfoLazyQueryHookResult = ReturnType<typeof useCaHolderTransactionAddressInfoLazyQuery>;
|
|
30
46
|
export type CaHolderTransactionAddressInfoQueryResult = Apollo.QueryResult<CaHolderTransactionAddressInfoQuery, CaHolderTransactionAddressInfoQueryVariables>;
|
|
31
|
-
//# sourceMappingURL=caHolderTransactionAddressInfo.d.ts.map
|
|
@@ -41,6 +41,22 @@ exports.CaHolderTransactionAddressInfoDocument = (0, client_1.gql) `
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
`;
|
|
44
|
+
/**
|
|
45
|
+
* __useCaHolderTransactionAddressInfoQuery__
|
|
46
|
+
*
|
|
47
|
+
* To run a query within a React component, call `useCaHolderTransactionAddressInfoQuery` and pass it any options that fit your needs.
|
|
48
|
+
* When your component renders, `useCaHolderTransactionAddressInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
49
|
+
* you can use to render your UI.
|
|
50
|
+
*
|
|
51
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
52
|
+
*
|
|
53
|
+
* @example
|
|
54
|
+
* const { data, loading, error } = useCaHolderTransactionAddressInfoQuery({
|
|
55
|
+
* variables: {
|
|
56
|
+
* dto: // value for 'dto'
|
|
57
|
+
* },
|
|
58
|
+
* });
|
|
59
|
+
*/
|
|
44
60
|
function useCaHolderTransactionAddressInfoQuery(baseOptions) {
|
|
45
61
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
46
62
|
return Apollo.useQuery(exports.CaHolderTransactionAddressInfoDocument, options);
|
|
@@ -51,4 +67,3 @@ function useCaHolderTransactionAddressInfoLazyQuery(baseOptions) {
|
|
|
51
67
|
return Apollo.useLazyQuery(exports.CaHolderTransactionAddressInfoDocument, options);
|
|
52
68
|
}
|
|
53
69
|
exports.useCaHolderTransactionAddressInfoLazyQuery = useCaHolderTransactionAddressInfoLazyQuery;
|
|
54
|
-
//# sourceMappingURL=caHolderTransactionAddressInfo.js.map
|
|
@@ -71,6 +71,22 @@ export type CaHolderTransactionInfoQuery = {
|
|
|
71
71
|
} | null;
|
|
72
72
|
};
|
|
73
73
|
export declare const CaHolderTransactionInfoDocument: Apollo.DocumentNode;
|
|
74
|
+
/**
|
|
75
|
+
* __useCaHolderTransactionInfoQuery__
|
|
76
|
+
*
|
|
77
|
+
* To run a query within a React component, call `useCaHolderTransactionInfoQuery` and pass it any options that fit your needs.
|
|
78
|
+
* When your component renders, `useCaHolderTransactionInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
79
|
+
* you can use to render your UI.
|
|
80
|
+
*
|
|
81
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
82
|
+
*
|
|
83
|
+
* @example
|
|
84
|
+
* const { data, loading, error } = useCaHolderTransactionInfoQuery({
|
|
85
|
+
* variables: {
|
|
86
|
+
* dto: // value for 'dto'
|
|
87
|
+
* },
|
|
88
|
+
* });
|
|
89
|
+
*/
|
|
74
90
|
export declare function useCaHolderTransactionInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderTransactionInfoQuery, CaHolderTransactionInfoQueryVariables>): Apollo.QueryResult<CaHolderTransactionInfoQuery, Types.Exact<{
|
|
75
91
|
dto?: Types.InputMaybe<Types.GetCaHolderTransactionDto> | undefined;
|
|
76
92
|
}>>;
|
|
@@ -80,4 +96,3 @@ export declare function useCaHolderTransactionInfoLazyQuery(baseOptions?: Apollo
|
|
|
80
96
|
export type CaHolderTransactionInfoQueryHookResult = ReturnType<typeof useCaHolderTransactionInfoQuery>;
|
|
81
97
|
export type CaHolderTransactionInfoLazyQueryHookResult = ReturnType<typeof useCaHolderTransactionInfoLazyQuery>;
|
|
82
98
|
export type CaHolderTransactionInfoQueryResult = Apollo.QueryResult<CaHolderTransactionInfoQuery, CaHolderTransactionInfoQueryVariables>;
|
|
83
|
-
//# sourceMappingURL=caHolderTransactionInfo.d.ts.map
|
|
@@ -89,6 +89,22 @@ exports.CaHolderTransactionInfoDocument = (0, client_1.gql) `
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
`;
|
|
92
|
+
/**
|
|
93
|
+
* __useCaHolderTransactionInfoQuery__
|
|
94
|
+
*
|
|
95
|
+
* To run a query within a React component, call `useCaHolderTransactionInfoQuery` and pass it any options that fit your needs.
|
|
96
|
+
* When your component renders, `useCaHolderTransactionInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
97
|
+
* you can use to render your UI.
|
|
98
|
+
*
|
|
99
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
100
|
+
*
|
|
101
|
+
* @example
|
|
102
|
+
* const { data, loading, error } = useCaHolderTransactionInfoQuery({
|
|
103
|
+
* variables: {
|
|
104
|
+
* dto: // value for 'dto'
|
|
105
|
+
* },
|
|
106
|
+
* });
|
|
107
|
+
*/
|
|
92
108
|
function useCaHolderTransactionInfoQuery(baseOptions) {
|
|
93
109
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
94
110
|
return Apollo.useQuery(exports.CaHolderTransactionInfoDocument, options);
|
|
@@ -99,4 +115,3 @@ function useCaHolderTransactionInfoLazyQuery(baseOptions) {
|
|
|
99
115
|
return Apollo.useLazyQuery(exports.CaHolderTransactionInfoDocument, options);
|
|
100
116
|
}
|
|
101
117
|
exports.useCaHolderTransactionInfoLazyQuery = useCaHolderTransactionInfoLazyQuery;
|
|
102
|
-
//# sourceMappingURL=caHolderTransactionInfo.js.map
|
|
@@ -25,6 +25,22 @@ export type LoginGuardianChangeRecordInfoQuery = {
|
|
|
25
25
|
} | null> | null;
|
|
26
26
|
};
|
|
27
27
|
export declare const LoginGuardianChangeRecordInfoDocument: Apollo.DocumentNode;
|
|
28
|
+
/**
|
|
29
|
+
* __useLoginGuardianChangeRecordInfoQuery__
|
|
30
|
+
*
|
|
31
|
+
* To run a query within a React component, call `useLoginGuardianChangeRecordInfoQuery` and pass it any options that fit your needs.
|
|
32
|
+
* When your component renders, `useLoginGuardianChangeRecordInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
33
|
+
* you can use to render your UI.
|
|
34
|
+
*
|
|
35
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
36
|
+
*
|
|
37
|
+
* @example
|
|
38
|
+
* const { data, loading, error } = useLoginGuardianChangeRecordInfoQuery({
|
|
39
|
+
* variables: {
|
|
40
|
+
* dto: // value for 'dto'
|
|
41
|
+
* },
|
|
42
|
+
* });
|
|
43
|
+
*/
|
|
28
44
|
export declare function useLoginGuardianChangeRecordInfoQuery(baseOptions?: Apollo.QueryHookOptions<LoginGuardianChangeRecordInfoQuery, LoginGuardianChangeRecordInfoQueryVariables>): Apollo.QueryResult<LoginGuardianChangeRecordInfoQuery, Types.Exact<{
|
|
29
45
|
dto?: Types.InputMaybe<Types.GetLoginGuardianChangeRecordDto> | undefined;
|
|
30
46
|
}>>;
|
|
@@ -34,4 +50,3 @@ export declare function useLoginGuardianChangeRecordInfoLazyQuery(baseOptions?:
|
|
|
34
50
|
export type LoginGuardianChangeRecordInfoQueryHookResult = ReturnType<typeof useLoginGuardianChangeRecordInfoQuery>;
|
|
35
51
|
export type LoginGuardianChangeRecordInfoLazyQueryHookResult = ReturnType<typeof useLoginGuardianChangeRecordInfoLazyQuery>;
|
|
36
52
|
export type LoginGuardianChangeRecordInfoQueryResult = Apollo.QueryResult<LoginGuardianChangeRecordInfoQuery, LoginGuardianChangeRecordInfoQueryVariables>;
|
|
37
|
-
//# sourceMappingURL=loginGuardianChangeRecordInfo.d.ts.map
|
|
@@ -47,6 +47,22 @@ exports.LoginGuardianChangeRecordInfoDocument = (0, client_1.gql) `
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
`;
|
|
50
|
+
/**
|
|
51
|
+
* __useLoginGuardianChangeRecordInfoQuery__
|
|
52
|
+
*
|
|
53
|
+
* To run a query within a React component, call `useLoginGuardianChangeRecordInfoQuery` and pass it any options that fit your needs.
|
|
54
|
+
* When your component renders, `useLoginGuardianChangeRecordInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
55
|
+
* you can use to render your UI.
|
|
56
|
+
*
|
|
57
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
58
|
+
*
|
|
59
|
+
* @example
|
|
60
|
+
* const { data, loading, error } = useLoginGuardianChangeRecordInfoQuery({
|
|
61
|
+
* variables: {
|
|
62
|
+
* dto: // value for 'dto'
|
|
63
|
+
* },
|
|
64
|
+
* });
|
|
65
|
+
*/
|
|
50
66
|
function useLoginGuardianChangeRecordInfoQuery(baseOptions) {
|
|
51
67
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
52
68
|
return Apollo.useQuery(exports.LoginGuardianChangeRecordInfoDocument, options);
|
|
@@ -57,4 +73,3 @@ function useLoginGuardianChangeRecordInfoLazyQuery(baseOptions) {
|
|
|
57
73
|
return Apollo.useLazyQuery(exports.LoginGuardianChangeRecordInfoDocument, options);
|
|
58
74
|
}
|
|
59
75
|
exports.useLoginGuardianChangeRecordInfoLazyQuery = useLoginGuardianChangeRecordInfoLazyQuery;
|
|
60
|
-
//# sourceMappingURL=loginGuardianChangeRecordInfo.js.map
|