From ad8aff0b904c992e2b18b8c9c9f2c3c42684f411 Mon Sep 17 00:00:00 2001 From: Vignesh Mohankumar Date: Thu, 9 Mar 2023 16:50:14 -0500 Subject: [PATCH] chore: update graphql types (#6115) --- src/graphql/data/__generated__/types-and-hooks.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/graphql/data/__generated__/types-and-hooks.ts b/src/graphql/data/__generated__/types-and-hooks.ts index c23d729453..765e1de262 100644 --- a/src/graphql/data/__generated__/types-and-hooks.ts +++ b/src/graphql/data/__generated__/types-and-hooks.ts @@ -150,7 +150,7 @@ export type NftActivity = { asset?: Maybe; fromAddress: Scalars['String']; id: Scalars['ID']; - marketplace?: Maybe; + marketplace?: Maybe; orderStatus?: Maybe; price?: Maybe; quantity?: Maybe; @@ -238,6 +238,7 @@ export type NftAssetListingsArgs = { after?: InputMaybe; asc?: InputMaybe; before?: InputMaybe; + chain?: InputMaybe; first?: InputMaybe; last?: InputMaybe; };