Class GraphQLAttributeFetcher

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

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

      • GraphQLAttributeFetcher

        public GraphQLAttributeFetcher​(prompto.grammar.Identifier attribute)
    • Method Detail

      • get

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