Skip to content

Commit

Permalink
chore: update metaphysics graphql schema (#8746)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyit authored May 24, 2023
1 parent f4628f5 commit a095dd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -11075,6 +11075,7 @@ type Me implements Node {
# Conversations, usually between a user and partner.
conversationsConnection(
after: String
artistId: String
before: String
dismissed: Boolean
first: Int
Expand Down Expand Up @@ -14245,6 +14246,7 @@ type Query {
# Conversations, usually between a user and partner.
conversationsConnection(
after: String
artistId: String
before: String
dismissed: Boolean
first: Int
Expand Down Expand Up @@ -18507,6 +18509,7 @@ type Viewer {
# Conversations, usually between a user and partner.
conversationsConnection(
after: String
artistId: String
before: String
dismissed: Boolean
first: Int
Expand Down

0 comments on commit a095dd5

Please sign in to comment.