@PublicApi public interface GraphqlFieldVisibility
| Modifier and Type | Method and Description |
|---|---|
GraphQLFieldDefinition |
getFieldDefinition(GraphQLFieldsContainer fieldsContainer,
java.lang.String fieldName)
Called to get a named field from an object type or interface
|
java.util.List<GraphQLFieldDefinition> |
getFieldDefinitions(GraphQLFieldsContainer fieldsContainer)
Called to get the list of fields from an object type or interface
|
java.util.List<GraphQLFieldDefinition> getFieldDefinitions(GraphQLFieldsContainer fieldsContainer)
fieldsContainer - the type in playGraphQLFieldDefinitionsGraphQLFieldDefinition getFieldDefinition(GraphQLFieldsContainer fieldsContainer, java.lang.String fieldName)
fieldsContainer - the type in playfieldName - the name of the desired fieldGraphQLFieldDefinition or null if its not visible