Always generate types from graphql
yarn run generate to update the generated types.types/graphql.ts file in the serversrc/generated/graphql.tsx file on the UIcodegen.yml or environment variables to “make codegen work”. Use the existing yarn generate scripts as-is in each project:
yarn --cwd proofofcombat-ui generateyarn --cwd proofofcombat-server generateyarn generate locally where it succeeds rather than changing repo config.See the "Never use graphql tag in the UI project" rule for details on the UI's auto generated hooks.