Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 518 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 518 Bytes

urql-testapi-todos

This is a testing GraphQL API for urql and serves a list of todos, generated using Faker.

It is predeployed for our examples and can be used for any small urql example.

The data for this API is preserved in a cookie, so no data will be shared between different users of the API and no data will be preserved forever. This keeps this service stateless.

It's currently automatically deployed by ZEIT Now