Skip to content

Commit

Permalink
fixed url for generator
Browse files Browse the repository at this point in the history
  • Loading branch information
ermish committed Dec 12, 2023
1 parent df9c91c commit 4c04296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typesgeneratorconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CodegenConfig } from '@graphql-codegen/cli'

const config: CodegenConfig = {
overwrite: true,
schema: 'https://findadoc-api-9brq4.ondigitalocean.app/api',
schema: 'https://api.findadoc.jp',
generates: {
'./typedefs/gqlTypes.ts': {
plugins: ['typescript', 'typescript-resolvers']
Expand Down

0 comments on commit 4c04296

Please sign in to comment.