Abhinand C

Results 10 issues of Abhinand C

Fix for issue of sidebar not collapsing upon body click. Fix Issue #55

There seems to be a deviation of Nested List Input Coercion in GraphQL library and the GraphQL specification. The fix for the same is raised in a PR in https://github.com/graphql-python/graphql-core/pull/194...

This PR fixes the issue mentioned in https://github.com/graphql/graphql-js/issues/3858 to align input coercion of nested list with the [GraphQL spec](https://spec.graphql.org/October2021/#sel-HAHjBJLDLEBAAADFAb0le). #### Changes (Similar to https://github.com/graphql-python/graphql-core/pull/194) - Adds check to validate and...

This PR fixes the issue of Nested List Input with multiple values not being properly validated as per the schema. For a nested List ` [[Int!]] `, providing an input...

upstream

UTC Datetime stored in MongoDB DateTime field, is being stripped by when auto resolving. Workaround seems to be defining custom resolver.

We can use Github Actions and possibly tox, for validating all PR and push by checking test cases. Also, we can run linters like flake8, mypy.

Fixes issue #23 > When using Enum Field as a key in containing a compound statement, validation fails and doesn't work (raises AssertionError: Invalid compound key definition for type). But...

When using Enum Field as a key in containing a compound statement, validation fails and doesn't work (raises AssertionError: Invalid compound key definition for type). But the same works if...

### Enhancements - **Field descriptions:** Added support for setting field descriptions using the `description="..."` argument. - **Python version support:** Added compatibility and CI testing for Python **3.13** and **3.14**. ###...