g
Size: a a a
g
EK
graphql-codegen-typescript-stencil-apollo
для graphql-code-generator
, в итоге адекватного ничего не вышло, ничего не работало.gql-gen init
, ответил на вопросы, мне сгененрировался настроенный конфиг. В итоге он поставил старый плагин, который deprecated, но он хотя бы работает :)NT
P@
A
A
P@
static property access
уже определились. То что именно я прошу для GraphQL. А спорные ньюнсы с вызовом методов, нафиг не нужны и можно даже не завозаить пока точно не договорятся.P@
A
static property access
уже определились. То что именно я прошу для GraphQL. А спорные ньюнсы с вызовом методов, нафиг не нужны и можно даже не завозаить пока точно не договорятся.e
P@
e
AO
Versioning
While there's nothing that prevents a GraphQL service from being versioned just like any other REST API, GraphQL takes a strong opinion on avoiding versioning by providing the tools for the continuous evolution of a GraphQL schema.
Why do most APIs version? When there's limited control over the data that's returned from an API endpoint, any change can be considered a breaking change, and breaking changes require a new version. If adding new features to an API requires a new version, then a tradeoff emerges between releasing often and having many incremental versions versus the understandability and maintainability of the API.
In contrast, GraphQL only returns the data that's explicitly requested, so new capabilities can be added via new types and new fields on those types without creating a breaking change. This has led to a common practice of always avoiding breaking changes and serving a versionless API.
VK
Invalid value used as weak map key
?P@
P@