Uses of Class
io.smallrye.graphql.schema.model.DirectiveType
-
-
Uses of DirectiveType in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return DirectiveType Modifier and Type Method Description DirectiveTypeDirectiveInstance. getType()Methods in io.smallrye.graphql.schema.model that return types with arguments of type DirectiveType Modifier and Type Method Description List<DirectiveType>Schema. getDirectiveTypes()Methods in io.smallrye.graphql.schema.model with parameters of type DirectiveType Modifier and Type Method Description voidSchema. addDirectiveType(DirectiveType directiveType)voidDirectiveInstance. setType(DirectiveType type)Method parameters in io.smallrye.graphql.schema.model with type arguments of type DirectiveType Modifier and Type Method Description voidSchema. setDirectiveTypes(List<DirectiveType> directiveTypes)
-