Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#10225)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored May 10, 2024
1 parent 41c145d commit c12ae39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -4748,6 +4748,9 @@ input CommerceCreatePartnerOfferOrderInput {
# EditionSet Id
editionSetId: String

# Impulse conversation id corresponding to an order.
impulseConversationId: String

# PartnerOffer Id
partnerOfferId: String!

Expand Down Expand Up @@ -15595,7 +15598,7 @@ type Query {
commerceBankAccountBalance(bankAccountId: ID, setupIntentId: ID): CommerceBankAccountBalance

# Buyer Activity Data for Collector Resume
commerceBuyerActivity(buyerId: String!): CommerceBuyerActivity
commerceBuyerActivity(buyerId: String!, sellerId: String): CommerceBuyerActivity

# Find list of competing orders
commerceCompetingOrders(
Expand Down

0 comments on commit c12ae39

Please sign in to comment.