We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6676984 commit 2c4ff9aCopy full SHA for 2c4ff9a
src/main/java/graphql/analysis/QueryVisitorFieldEnvironment.java
@@ -17,10 +17,16 @@ public interface QueryVisitorFieldEnvironment {
17
*/
18
boolean isTypeNameIntrospectionField();
19
20
+ /**
21
+ * @return the current Field
22
+ */
23
Field getField();
24
25
GraphQLFieldDefinition getFieldDefinition();
26
27
28
+ * @return the parent output type of the current field.
29
30
GraphQLOutputType getParentType();
31
32
/**
0 commit comments