diff --git a/src/types/generated/operations.ts b/src/types/generated/operations.ts index b31dbc477..1620b059c 100644 --- a/src/types/generated/operations.ts +++ b/src/types/generated/operations.ts @@ -55,6 +55,7 @@ export type CurrentTokenOwnershipFieldsFragment = { token_properties: any; token_standard: string; token_uri: string; + decimals: any; current_collection?: { collection_id: string; collection_name: string; @@ -219,6 +220,7 @@ export type GetAccountOwnedTokensQuery = { token_properties: any; token_standard: string; token_uri: string; + decimals: any; current_collection?: { collection_id: string; collection_name: string; @@ -274,6 +276,7 @@ export type GetAccountOwnedTokensByTokenDataQuery = { token_properties: any; token_standard: string; token_uri: string; + decimals: any; current_collection?: { collection_id: string; collection_name: string; @@ -329,6 +332,7 @@ export type GetAccountOwnedTokensFromCollectionQuery = { token_properties: any; token_standard: string; token_uri: string; + decimals: any; current_collection?: { collection_id: string; collection_name: string; @@ -601,6 +605,7 @@ export type GetCurrentTokenOwnershipQuery = { token_properties: any; token_standard: string; token_uri: string; + decimals: any; current_collection?: { collection_id: string; collection_name: string; diff --git a/src/types/generated/queries.ts b/src/types/generated/queries.ts index 325882944..4606ddc55 100644 --- a/src/types/generated/queries.ts +++ b/src/types/generated/queries.ts @@ -60,6 +60,7 @@ export const CurrentTokenOwnershipFieldsFragmentDoc = ` token_properties token_standard token_uri + decimals current_collection { collection_id collection_name