Roman Ivantsov

Results 24 issues of Roman Ivantsov

Explanation, current version: > Supporting subscriptions is a significant change for any GraphQL service. who is changing what? why we assume certain order of building GraphQL service - queries mutations...

The explanatory text for algorithm had not been updated I guess when repeatable option was added for directives. This is a fix

Fix: exact type match is not required for implementing field; might be of covariant type

## Problem statement GraphQL spec currently forbids recursive references in fragments - section 5.5.2.2: > 5.5.2.2 Fragment spreads must not form cycles The reasoning given is that reference cycles result...

Some details here: https://github.com/rivantsov/vita/wiki/Code-changes-history

Details will follow. Sorry it took so long. Big internal refactoring of model building, new Key building process (PK, FK, indexes) Moved apps, tests to Net6 Details here: https://github.com/rivantsov/vita/wiki/Code-changes-history

Exploring the package, nice work! - seems to fit what we need. But having a problem. Things like API keys, conn strings, password to remote services should normally be in...

enhancement

https://rivantsov.medium.com/ngraphql-a-new-framework-for-building-graphql-solutions-in-net-44a460d97e3c explaining design decisions, goals, and comparison with other solutions

Removed legacy projects (Vita.Web and modules), fixed Postgres date issue, other minor things. See Changelog.md