Skip to content

Commit

Permalink
Merge pull request #21 from TomHAnderson/hotfix/type-name
Browse files Browse the repository at this point in the history
Changed name of connection fragment
  • Loading branch information
TomHAnderson authored May 2, 2024
2 parents 241cd8a + 0514cf3 commit cfff61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/fragment/user-table-fragement.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const userTableFragment = `
fragment UserTableFragment on User_Connection {
fragment UserTableFragment on Connection_User {
edges {
cursor
Expand Down

0 comments on commit cfff61f

Please sign in to comment.