Package | Description |
---|---|
graphql.schema | |
graphql.schema.visibility |
Modifier and Type | Class and Description |
---|---|
class |
GraphQLInputObjectType
graphql clearly delineates between the types of objects that represent the output of a query and input objects that
can be fed into a graphql mutation.
|
Modifier and Type | Method and Description |
---|---|
default TraversalControl |
GraphQLTypeVisitor.visitGraphQLInputFieldsContainer(GraphQLInputFieldsContainer node,
TraverserContext<GraphQLType> context) |
Modifier and Type | Method and Description |
---|---|
default GraphQLInputObjectField |
GraphqlFieldVisibility.getFieldDefinition(GraphQLInputFieldsContainer fieldsContainer,
String fieldName)
Called to get a named field from an input object type
|
GraphQLInputObjectField |
DefaultGraphqlFieldVisibility.getFieldDefinition(GraphQLInputFieldsContainer fieldsContainer,
String fieldName) |
GraphQLInputObjectField |
BlockedFields.getFieldDefinition(GraphQLInputFieldsContainer fieldsContainer,
String fieldName) |
default List<GraphQLInputObjectField> |
GraphqlFieldVisibility.getFieldDefinitions(GraphQLInputFieldsContainer fieldsContainer)
Called to get the list of fields from an input object type
|
List<GraphQLInputObjectField> |
DefaultGraphqlFieldVisibility.getFieldDefinitions(GraphQLInputFieldsContainer fieldsContainer) |
List<GraphQLInputObjectField> |
BlockedFields.getFieldDefinitions(GraphQLInputFieldsContainer fieldsContainer) |
Copyright © 2019. All rights reserved.