Skip to content

Commit 2c4ff9a

Browse files
committed
improve doc
1 parent 6676984 commit 2c4ff9a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/graphql/analysis/QueryVisitorFieldEnvironment.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ public interface QueryVisitorFieldEnvironment {
1717
*/
1818
boolean isTypeNameIntrospectionField();
1919

20+
/**
21+
* @return the current Field
22+
*/
2023
Field getField();
2124

2225
GraphQLFieldDefinition getFieldDefinition();
2326

27+
/**
28+
* @return the parent output type of the current field.
29+
*/
2430
GraphQLOutputType getParentType();
2531

2632
/**

0 commit comments

Comments
 (0)