typeDefs
and resolvers
for all domains are merged into a single GraphQL server./apps/api/src/graphql/context
.graphql-codegen
to join together the API schema with client operations. This validates that operations match the schema, and generates type definitions for operation inputs and payloads./libs/api
, otherwise consider making it available wider. Either way, we can start flat and refactor into subfoldres as the number of libraries grows.AWS_PROFILE=<profile> yarn nx get-secrets <project>
--help
.typeDefs
and resolvers
in your domain's index.ts
, then add your domain to the list in /apps/spi/src/graphql/domains.ts
.