Skip to content

Conversation

ruiaraujo
Copy link
Contributor

Summary
When using an array of enum, the types inferred was an array string.

The reason is that when resolving the type, we drop the options information by using ObtainDocumentPathType.
The fix was for the Scalar case to recursively use ResolvePathType again and jam in the Options by forwarding the enum value. While not elegant, it works so here is my proposal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant