Nilan Marktanner
Nilan Marktanner
Please provide your feedback by posting a comment in this issue.
There [has been some discussion](https://github.com/graphcool/prisma/issues/1738) about how to throw errors from resolvers properly. An example that show cases different approaches that are considered best practice would be super helpful! If...
Would be cool to have a format for exporting/importing queries and mutations. This way you could easily get started on an existing project, or work on the same project from...
Example: a User has many Posts. Should be possible to order the Posts by User name. Maybe: ```graphql query { allPosts(orderByRelated: [user_name_ASC]) { id } } ```
This feature requests serves as a central place to discuss development and progress for the Oracle connector.
```graphql { # order ascending by name first, then descending by birthday allUsers(orderBy: [name_ASC, birthday_DESC]) { id } } ```
This feature requests serves as a central place to discuss development and progress for the MS SQL connector.
**Is your feature request related to a problem? Please describe.** Currently running a nested `disconnect` operation results in this error message: >The relation ClientToUser has no node for the model...
This feature request serves as central place to discuss how interface types and related operations could look like in Prisma.
This feature requests serves as a central place to discuss development and progress for the ArangoDB connector.