Skip to content

Commit

Permalink
fix: remove unneeded fragments from ConversationsSidebarItem_conversa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
mzikherman committed Nov 5, 2024
1 parent 5e1ceb9 commit 8816b2f
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 8816b2f

Please sign in to comment.