Add support for list input coercion x
to [x]
#5
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: OSS/graphql#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is a (questionable) GraphQL feature which requires APIs to coerce single elements to lists of the element: https://spec.graphql.org/October2021/#sec-List.Input-Coercion
There is currently no way to implement this without patching
graphql
itself, right?It should already work, I implemented this feature and there is a unittest for input coercion that tests it. If there is a problem, it's a bug.
If it really does not work, please provide a case that doesn't work and reopen the issue.
@belka I think this is where the error comes from, although I might be wrong.