A basic SDK to interact with the Edyoucated GraphQL API.
- Copy
.env.exampleto.envand fill in the values. - Run
npm ci.
A usage example can be found in src/main.ts.
Add new queries to src/queries and update the schema in schema.graphql. Run npm run generate to update the types.
The SDK will automatically generate types and code for the queries.