Skip to content

Commit

Permalink
Merge pull request #14805 from artsy/conversations-coll-profile-error
Browse files Browse the repository at this point in the history
fix: remove unneeded fragments from ConversationsSidebarItem_conversa…
  • Loading branch information
mzikherman authored Nov 5, 2024
2 parents 5e1ceb9 + 8816b2f commit 818e23e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 330 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,6 @@ export const ConversationsSidebarItem: React.FC<ConversationsSidebarItemProps> =
const FRAGMENT = graphql`
fragment ConversationsSidebarItem_conversation on Conversation {
internalID
from {
name
}
fromUser {
collectorProfile {
confirmedBuyerAt
}
}
to {
name
}
Expand Down
47 changes: 3 additions & 44 deletions src/__generated__/ConversationsSidebar2PaginationQuery.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 3 additions & 67 deletions src/__generated__/ConversationsSidebarItemTestQuery.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 8 additions & 56 deletions src/__generated__/ConversationsSidebarItem_conversation.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 3 additions & 44 deletions src/__generated__/ConversationsSidebarPaginationQuery.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 818e23e

Please sign in to comment.