Skip to content

Commit

Permalink
Rework pagination so that both forward and reverse are supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopdave committed Jun 19, 2024
1 parent 38d779d commit b2ae1a8
Show file tree
Hide file tree
Showing 13 changed files with 6,785 additions and 5,177 deletions.
2 changes: 1 addition & 1 deletion client/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { CodegenConfig } from '@graphql-codegen/cli';

const config: CodegenConfig = {
overwrite: true,
schema: "schema.graphql",
schema: "../server/schema.graphql",
documents: "src/graphql",
generates: {
"src/gql/": {
Expand Down
Loading

0 comments on commit b2ae1a8

Please sign in to comment.