You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had to install a fresh version of Windows about a week ago so I had to go through setting most of the project again. Adding the steps I took to get Postgres running on Ubuntu for posterity
Client - Update gql schema from API. Generate query types
Apollo CLI has methods for regenerating graphql-schema.json file from current API and generating TS Types for new and current GQL queries:
Update graphql-schema.json (from_ within tenant-file/portal-app folder): apollo client:download-schema graphql-schema.json --endpoint=https://api.dev.tenantfile.org/graphql
Update QGL Types (stored in src/types): npm run generate
Types are generated using the API schema (graphql-schema.json) and coded queries.
Description
A more thorough walkthrough end to end that explains how to set everything up, where important resources and documents are located, etc.
Acceptance Criteria
Who should I contact?
@ryanrightmer @JamesBock @cdpadilla42 @minpat
Size of Ticket
L
The text was updated successfully, but these errors were encountered: