79380662

Date: 2025-01-23 10:32:27
Score: 0.5
Natty:
Report link

When generating an input type, SmallRye GraphQL appends Input behind the class name, so CreateIssueInput becomes CreateIssueInputInput. You either have to name your class just CreateIssue, or annotate it with @org.eclipse.microprofile.graphql.Input("CreateIssueInput") to explicitly specify the name of the generated input type

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When
Posted by: Jan Martiška