Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Jan 30, 2024
1 parent f65e4aa commit 0aefd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.gql
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ type Mutation {
whitelistCollectionOnMarketplace(input: WhitelistCollectionArgs!): Boolean!
whitelistMarketplace(input: WhitelistMarketplaceArgs!): Boolean!
whitelistMinter(input: WhitelistMinterArgs!): Boolean!
whitelistMinterSc(input: WhitelistMinterArgs!): Boolean!
whitelistMinterSmartContract(input: WhitelistMinterArgs!): Boolean!
withdraw(auctionId: Int!): TransactionNode!
withdrawOffer(offerId: Int!): TransactionNode!
xBulkDeployedContracts: [String]
Expand Down

0 comments on commit 0aefd5b

Please sign in to comment.