David Nalchevanidze
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...
derived from @paradoja comment in #245 - Client tries to use fragments on type generation. - or client generates same type for similar selection sets.
# 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...
```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
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