You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vektah this occurs for resolvers (if both fields get a resolver generated) and model gen as well (although I would expect people experiencing this to be with their own models more often). What's the solution here with clashes? I guess some sort of prefix, but it's a little ugly. Perhaps a numeric prefix and an option to specify?
Given the schema:
The generated complexity struct ends up duplicating a method, which is a compile error:
Worth checking the other field binding logic isn't doing anything too crazy here.
The text was updated successfully, but these errors were encountered: