Class GraphQLMethodFetcher

  • All Implemented Interfaces:
    graphql.schema.DataFetcher<Object>

    public class GraphQLMethodFetcher
    extends Object
    implements graphql.schema.DataFetcher<Object>
    • Constructor Detail

      • GraphQLMethodFetcher

        public GraphQLMethodFetcher​(prompto.declaration.IMethodDeclaration method)
    • Method Detail

      • get

        public Object get​(graphql.schema.DataFetchingEnvironment environment)
                   throws Exception
        Specified by:
        get in interface graphql.schema.DataFetcher<Object>
        Throws:
        Exception