Skip to content

Commit

Permalink
Update metaphysics schema (#4485)
Browse files Browse the repository at this point in the history
Update metaphysics schema
  • Loading branch information
artsy-peril[bot] committed Feb 26, 2021
2 parents 90bda54 + d05d2ad commit 95bfdfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -4661,6 +4661,13 @@ type Conversation implements Node {

# A connection for all messages in a single conversation
messagesConnection(after: String, before: String, first: Int, last: Int, sort: sort): MessageConnection
orderConnection(
after: String
before: String
first: Int
last: Int
participantType: CommerceOrderParticipantEnum!
): CommerceOrderConnectionWithTotalCount

# The participant(s) responding to the conversation
to: ConversationResponder!
Expand Down Expand Up @@ -8803,6 +8810,7 @@ type Query {

# Returns the first _n_ elements from the list.
first: Int
impulseConversationId: String

# Returns the last _n_ elements from the list.
last: Int
Expand Down

0 comments on commit 95bfdfe

Please sign in to comment.