gqlify
gqlify copied to clipboard
An API integration framework using GraphQL
- Inserted the `orderBy` input argument & scalar (previously missing) in order to fix the canner async sorter component. - Fixed a pagination problem that occurred when the `id` field...
Yo @wwwy3y3 ... you've done some amazing work here, but what happened? You seem to have gotten busy with other tasks and now this project is dying by the wayside....
## Goal * to support union and interface ## Resources * https://medium.com/the-graphqlhub/graphql-tour-interfaces-and-unions-7dd5be35de0d
**Is your feature request related to a problem? Please describe.** Aside from [`graphql-rbac`](https://github.com/Canner/graphql-rbac) what other security features are you planning on implementing via Directives? I recently discovered [`graphql-rate-limit`](https://github.com/teamplanes/graphql-rate-limit) which is...
Allow using gqlify/server v3 with gqlify/firestore. Currently we get a warning on installation: ```shell warning " > @gqlify/[email protected]" has incorrect peer dependency "@gqlify/[email protected]". warning " > @gqlify/[email protected]" has incorrect peer...
**Describe the bug** Cannot start the server because of RelayPlugin **To Reproduce** 1. Create a fresh new app as the quick start ```bash mkdir gqlify-demo cd gqlify-demo yarn init -y...
**Describe the solution you'd like** Remove some mutations or queries for a specific model **Describe alternatives you've considered** Maybe add directives to model like ```graphql type User @queryOnly { name:...
**Describe the bug** Hi!! I'm doing a demo of GQLify and I can't find an example of how to represent a many-to-many relation in the default data for a memory...
**Describe the bug** when try [quickstart](https://www.gqlify.com/docs/quick-start) in codesandbox, the latest dependency graphql 14.2.1 throws the following error: ``` /sandbox/node_modules/@gqlify/server/lib/rootNode.js:247 this.defBuilder._typeDefinitionsMap[name] = typeDefNode; ^ TypeError: Cannot set property 'PageInfo' of undefined...
**Describe the bug** A `Type` containing _multiple fields_ that contain relationships on the Data Model create _a single expected `Input Type`_ in all the fields of said `Type`, as below:...