Package graphql.schema.transform
Interface VisibleFieldPredicateEnvironment
- All Known Implementing Classes:
VisibleFieldPredicateEnvironment.VisibleFieldPredicateEnvironmentImpl
Container to pass additional context about a schema element (ie., field) to
VisibleFieldPredicate
.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionGet the element's immediate parent node.
-
Method Details
-
getSchemaElement
GraphQLNamedSchemaElement getSchemaElement() -
getParentElement
GraphQLSchemaElement getParentElement()Get the element's immediate parent node.- Returns:
- parent node
-