Commit ad8aff0b authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

chore: update graphql types (#6115)

parent 8757e413
...@@ -150,7 +150,7 @@ export type NftActivity = { ...@@ -150,7 +150,7 @@ export type NftActivity = {
asset?: Maybe<NftAsset>; asset?: Maybe<NftAsset>;
fromAddress: Scalars['String']; fromAddress: Scalars['String'];
id: Scalars['ID']; id: Scalars['ID'];
marketplace?: Maybe<NftMarketplace>; marketplace?: Maybe<Scalars['String']>;
orderStatus?: Maybe<OrderStatus>; orderStatus?: Maybe<OrderStatus>;
price?: Maybe<Amount>; price?: Maybe<Amount>;
quantity?: Maybe<Scalars['Int']>; quantity?: Maybe<Scalars['Int']>;
...@@ -238,6 +238,7 @@ export type NftAssetListingsArgs = { ...@@ -238,6 +238,7 @@ export type NftAssetListingsArgs = {
after?: InputMaybe<Scalars['String']>; after?: InputMaybe<Scalars['String']>;
asc?: InputMaybe<Scalars['Boolean']>; asc?: InputMaybe<Scalars['Boolean']>;
before?: InputMaybe<Scalars['String']>; before?: InputMaybe<Scalars['String']>;
chain?: InputMaybe<Chain>;
first?: InputMaybe<Scalars['Int']>; first?: InputMaybe<Scalars['Int']>;
last?: InputMaybe<Scalars['Int']>; last?: InputMaybe<Scalars['Int']>;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment