Duplicate input types for GraphQL
Given a resource like this
I get multiple errors about duplicate related to Option (UnionType) and its children (OptionString, OptionBoolean).
If I comment out the update mutation, it generates all the types as expected for the create. The update mutation should not require any additional type or input types.
I get multiple errors about duplicate related to Option (UnionType) and its children (OptionString, OptionBoolean).
If I comment out the update mutation, it generates all the types as expected for the create. The update mutation should not require any additional type or input types.
