Ivan Maximov

Results 156 issues of Ivan Maximov

Do I understand correctly that `ENUM_VALUE` location (TypeSystemDirectiveLocation) works for [EnumValue](http://spec.graphql.org/October2021/#EnumValue) term and may be applied to both examples? ```graphql enum Color { GREEN @myDirective RED } ``` ```graphql input...

🤷‍♀️ Ambiguity

Hi. I have long wanted to ask what these modifiers mean. I did not find explanations in the specification. Thanks. ![изображение](https://user-images.githubusercontent.com/21261007/148438549-958c768d-b664-4384-bfc2-7b81bd8d964e.png)

See http://spec.graphql.org/October2021/#TypeDefinition. Every type definition _may_ not declare its "important" parts: _FieldsDefinition_, _UnionMemberTypes_, _EnumValuesDefinition_, _InputFieldsDefinition_. The idea is that those parts may be declared later as extensions: ```graphql extend type...

See http://spec.graphql.org/October2021/#sec-Descriptions : > To allow GraphQL service designers to easily publish documentation alongside the capabilities of a GraphQL service, GraphQL descriptions are defined using the Markdown syntax (as specified...

Demonstration of fix for #28. @Shane32 Please review. I would like to merge after #184

enhancement
test

This PR adds many new classes and interfaces to unify authorization architecture with such from the server project. Also adds APIs from https://github.com/graphql-dotnet/server/pull/480 to build custom errors and messages. Many...

enhancement
BREAKING
documentation
test

This implementation is simple and straighforward. It's good. But consider switching from `public bool BatchedRequestsExecuteInParallel { get; set; } = true;` to something like `public int BatchedRequestsConcurrencyLimit { get; set;...

enhancement

https://devblogs.microsoft.com/nuget/deprecating-packages-on-nuget-org/

see https://github.com/graphql/graphql-over-http/blob/main/rfcs/Batching.md

documentation