Class Operation


  • public class Operation
    extends Object
    • Method Detail

      • getApplicableResolver

        public Resolver getApplicableResolver​(Set<String> argumentNames)
      • getResolver

        public Resolver getResolver​(String... argumentNames)
      • isEmbeddableForType

        public boolean isEmbeddableForType​(Type type)
      • isRoot

        public boolean isRoot()
      • getName

        public String getName()
      • getDescription

        public String getDescription()
      • getDeprecationReason

        public String getDeprecationReason()
      • getOperationType

        public graphql.language.OperationDefinition.Operation getOperationType()
      • isBatched

        public boolean isBatched()
      • isAsync

        public boolean isAsync()