This project uses graphql (specifically, apollo) to communicate with the backend. We've enabled linting of graphql queries and mutations in this project (both in your editor and in CI). This check is powered by a schema file found at ./app/src/gql/schema.json. Following the steps below you can regenerate that schema file.
node scripts/generate-graphql-schemaFor performance reasons, eslint is not set up to autoreload configuration files. You will need to restart your editor in order for the newly generated schema file to start producing warnings.