Uses of Class
no.sikt.graphitron.generators.abstractions.KickstartResolverMethodGenerator
Packages that use KickstartResolverMethodGenerator
Package
Description
-
Uses of KickstartResolverMethodGenerator in no.sikt.graphitron.generators.resolvers.kickstart.fetch
Subclasses of KickstartResolverMethodGenerator in no.sikt.graphitron.generators.resolvers.kickstart.fetchModifier and TypeClassDescriptionclassGenerates resolvers for queries returning an interface.classThis class generates the resolvers for default fetch queries with potential arguments or pagination. -
Uses of KickstartResolverMethodGenerator in no.sikt.graphitron.generators.resolvers.kickstart.update
Subclasses of KickstartResolverMethodGenerator in no.sikt.graphitron.generators.resolvers.kickstart.updateModifier 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.