Skip to content

TechLabs-Ruhr/edyoucated-sdk

Repository files navigation

Edyoucated SDK

A basic SDK to interact with the Edyoucated GraphQL API.

Setup

  1. Copy .env.example to .env and fill in the values.
  2. Run npm ci.

Usage

A usage example can be found in src/main.ts.

Update types

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published