We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acc7a4 commit c083b64Copy full SHA for c083b64
1 file changed
src/main/java/graphql/normalized/ExecutableNormalizedField.java
@@ -505,7 +505,7 @@ private void traverseImpl(ExecutableNormalizedField root,
505
/**
506
* This tries to find interfaces common to all the field output types.
507
* <p>
508
- * i.e. goes through {@link #getFieldDefinitions(GraphQLSchema)} and finds an interface that
+ * i.e. goes through {@link #getFieldDefinitions(GraphQLSchema)} and finds interfaces that
509
* all the field's unwrapped output types are assignable to.
510
*/
511
@SuppressWarnings({"unchecked", "rawtypes"})
0 commit comments