| Package | Description |
|---|---|
| graphql.kickstart.tools.directive |
| Modifier and Type | Method and Description |
|---|---|
SchemaGeneratorDirectiveHelper.Parameters |
SchemaGeneratorDirectiveHelper.Parameters.newParams(graphql.schema.GraphQLFieldDefinition fieldDefinition,
graphql.schema.GraphQLFieldsContainer fieldsContainer,
graphql.language.NodeParentTree<graphql.language.NamedNode<?>> nodeParentTree,
graphql.schema.GraphqlElementParentTree elementParentTree) |
SchemaGeneratorDirectiveHelper.Parameters |
SchemaGeneratorDirectiveHelper.Parameters.newParams(graphql.schema.GraphQLFieldsContainer fieldsContainer,
graphql.language.NodeParentTree<graphql.language.NamedNode<?>> nodeParentTree,
graphql.schema.GraphqlElementParentTree elementParentTree) |
SchemaGeneratorDirectiveHelper.Parameters |
SchemaGeneratorDirectiveHelper.Parameters.newParams(graphql.language.NodeParentTree<graphql.language.NamedNode<?>> nodeParentTree,
graphql.schema.GraphqlElementParentTree elementParentTree) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.GraphQLEnumType |
SchemaGeneratorDirectiveHelper.onEnum(graphql.schema.GraphQLEnumType enumType,
SchemaGeneratorDirectiveHelper.Parameters params) |
graphql.schema.GraphQLInputObjectType |
SchemaGeneratorDirectiveHelper.onInputObjectType(graphql.schema.GraphQLInputObjectType inputObjectType,
SchemaGeneratorDirectiveHelper.Parameters params) |
graphql.schema.GraphQLInterfaceType |
SchemaGeneratorDirectiveHelper.onInterface(graphql.schema.GraphQLInterfaceType interfaceType,
SchemaGeneratorDirectiveHelper.Parameters params) |
graphql.schema.GraphQLObjectType |
SchemaGeneratorDirectiveHelper.onObject(graphql.schema.GraphQLObjectType objectType,
SchemaGeneratorDirectiveHelper.Parameters params) |
graphql.schema.GraphQLScalarType |
SchemaGeneratorDirectiveHelper.onScalar(graphql.schema.GraphQLScalarType element,
SchemaGeneratorDirectiveHelper.Parameters params) |
graphql.schema.GraphQLUnionType |
SchemaGeneratorDirectiveHelper.onUnion(graphql.schema.GraphQLUnionType element,
SchemaGeneratorDirectiveHelper.Parameters params) |
| Constructor and Description |
|---|
SchemaDirectiveWiringEnvironmentImpl(T element,
List<graphql.schema.GraphQLDirective> directives,
List<graphql.schema.GraphQLAppliedDirective> appliedDirectives,
graphql.schema.GraphQLDirective registeredDirective,
SchemaGeneratorDirectiveHelper.Parameters parameters) |
Copyright © 2022. All rights reserved.