{
  "scripts": {
    "lint-graphql": "run-s app/graphql/schema && eslint --ext .graphql --ext .gql 'src/**/*.{gql,graphql}'",
    "app/graphql/schema": "apollo-codegen introspect-schema ${API_ENDPOINT:-https://api.hollowverse.com/graphql} --output ./graphqlSchema.json"
  },
  "resolutions": {
    "graphql": "^14.0.2"
  },
  "devDependencies": {
    "apollo-codegen": "^0.20.2",
    "graphql": "^14.0.2",
    "eslint-plugin-graphql": "^2.1.1",
    "ts-graphql-plugin": "^1.1.2"
  }
}
