David Nalchevanidze

Results 16 issues of David Nalchevanidze

fixes #2544 TODO: - [ ] Update CHANGELOG.md\* with your change (include reference to issue & this PR) - [ ] Make sure all of the significant new logic is...

# Support JSDoc to Generate Types for GQL Scalars Note: This is a brief summary of Post: [typed-scalars](https://github.com/nalchevanidze/iris/blob/main/examples/app/examples-iris-app.cabal). ## Motivation One of the fundamental strengths of GraphQL is that we...

## directives api for SDL > GraphQL implementations that support the type system definition language must provide the @deprecated directive if representing deprecated portions of the schema. https://graphql.github.io/graphql-spec/June2018/#sec-Type-System.Directives TypeSystemDirectiveLocation: one...

feature
scope/server

derived from @paradoja comment in #245 - Client tries to use fragments on type generation. - or client generates same type for similar selection sets.

scope/client

# Specs - [x] Subscription operations must have [exactly one root field.](https://spec.graphql.org/June2018/#sec-Single-root-field) ## Variants ## current ```hs resolveNewUser :: ResolveS EVENT IO User resolveNewUser = subscribe [USER] $ do requireAuthorized...

feature
scope/server

```hs CORE=(stack query locals morpheus-graphql-core version) SERVER=(stack query locals morpheus-graphql version) CLIENT=(stack query locals morpheus-graphql-client version) ``` if ($TAG_VERSION == $SERVER == $CLIENT == $CORE) deploy else reject

enhancement

this issue is dedicated to shape the Morpheus public API, that will be long term API specification for this library. any suggestion is more then welcome

help wanted
Discussion