Enda

Results 24 issues of Enda

As a developer working within a team I want to be able to track what has changed between migrations. This could be persisted in a `migrations` directory in the project....

[`stripAnnotations`](https://github.com/aerogear/graphql-metadata/blob/master/src/annotations/stripAnnotations.ts) can remove any line that begins with `@`, but will not strip multiline metadata annotations like this: ```graphql """ @model( create: true, update: false ) """ type User {...

Hacktoberfest

Providing a ready-to-go GitHub Action for this library would really useful. It would be particularly useful for document validation.

enhancement

## Motivation I was developing my API on a public network so this library failed to connect to the Deezer API. This should be using HTTPS anyway for security and...