prisma-labs / get-graphql-schema

Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
669 stars 62 forks source link

Unknown option '--depthLimit' #80

Open bastianhilton opened 9 months ago

bastianhilton commented 9 months ago

When running the script i'm getting this error

npx gqlg --schemaFilePath apollo/directus/schema.graphql --destDirPath apollo/directus/queries-mutations_subscriptions --depthLimit 2 error: unknown option `--depthLimit'

when I last used the extension 2 months prior things worked without issues, not sure what happened.