Nilan Marktanner

Results 58 issues of 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...

kind/feature

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...

rfc/0-needs-spec
area/package/react
rfc/1-draft

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 } } ```

kind/feature
area/api

This feature requests serves as a central place to discuss development and progress for the Oracle connector.

kind/feature
area/connector

```graphql { # order ascending by name first, then descending by birthday allUsers(orderBy: [name_ASC, birthday_DESC]) { id } } ```

kind/feature
area/api

This feature requests serves as a central place to discuss development and progress for the MS SQL connector.

kind/feature
area/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...

kind/feature
area/engine

This feature request serves as central place to discuss how interface types and related operations could look like in Prisma.

kind/feature
area/datamodel
rfc/1-draft

This feature requests serves as a central place to discuss development and progress for the ArangoDB connector.

kind/feature
area/connector