Skip to content

Commit

Permalink
make MarketplaceListingFilled.price nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
justraman committed Oct 7, 2024
1 parent d01a4b6 commit 7973d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ type MarketplaceListingFilled {
amountFilled: BigInt!
amountRemaining: BigInt!
protocolFee: BigInt!
price: BigInt!
price: BigInt
royalty: BigInt!
}

Expand Down

0 comments on commit 7973d6c

Please sign in to comment.