Uses of Class
no.sikt.graphitron.generators.abstractions.ResolverMethodGenerator
Packages that use ResolverMethodGenerator
Package
Description
-
Uses of ResolverMethodGenerator in no.sikt.graphitron.generators.abstractions
Subclasses of ResolverMethodGenerator in no.sikt.graphitron.generators.abstractionsModifier and TypeClassDescriptionclassclassThis class contains common information and operations shared by resolver method generators. -
Uses of ResolverMethodGenerator in no.sikt.graphitron.generators.resolvers.datafetchers.operations
Subclasses of ResolverMethodGenerator in no.sikt.graphitron.generators.resolvers.datafetchers.operationsModifier and TypeClassDescriptionclassThis class generates the main entity resolver.classGenerates resolvers for the Node interface.classThis class generates the data fetchers for default fetch or mutation queries with potential arguments or pagination. -
Uses of ResolverMethodGenerator in no.sikt.graphitron.generators.resolvers.kickstart.fetch
Modifier and TypeClassDescriptionclassGenerates resolvers for queries returning an interface.classThis class generates the resolvers for default fetch queries with potential arguments or pagination. -
Uses of ResolverMethodGenerator in no.sikt.graphitron.generators.resolvers.kickstart.update
Modifier and TypeClassDescriptionclassThis class generates the resolvers for update queries with theGenerationDirective.MUTATIONdirective set.classThis class generates the resolvers for update queries with theGenerationDirective.SERVICEdirective set.classThis class generates the resolvers for default update queries.