Skip to content

Commit

Permalink
Fix code generation path [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Oct 16, 2024
1 parent fcb2000 commit 86e580f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { CodegenConfig } from '@graphql-codegen/cli';

const config: CodegenConfig = {
overwrite: true,
schema: '../src/main/resources/org/opentripplanner/apis/transmodel/schema.graphql',
schema: '../application/src/main/resources/org/opentripplanner/apis/transmodel/schema.graphql',
documents: 'src/**/*.{ts,tsx}',
generates: {
'src/gql/': {
Expand Down

0 comments on commit 86e580f

Please sign in to comment.