Spring GraphQl plugin not recognising @MutationMapping when missing a parameter

letslearngraphql

Spring GraphQl plugin not recognising @MutationMapping when missing a parameter

It seems that the Spring Graphql plugins only matches the fields if the corresponding methods contains exactly the same parameters (with @Argument).

 

Read More