Class RelayMutationMethodDataFetcher

  • All Implemented Interfaces:
    graphql.schema.DataFetcher

    public class RelayMutationMethodDataFetcher
    extends java.lang.Object
    implements graphql.schema.DataFetcher
    • Constructor Summary

      Constructors 
      Constructor Description
      RelayMutationMethodDataFetcher​(java.lang.reflect.Method method, java.util.List<graphql.schema.GraphQLArgument> args, graphql.schema.GraphQLInputType input, graphql.schema.GraphQLOutputType type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get​(graphql.schema.DataFetchingEnvironment environment)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RelayMutationMethodDataFetcher

        public RelayMutationMethodDataFetcher​(java.lang.reflect.Method method,
                                              java.util.List<graphql.schema.GraphQLArgument> args,
                                              graphql.schema.GraphQLInputType input,
                                              graphql.schema.GraphQLOutputType type)
    • Method Detail

      • get

        public java.lang.Object get​(graphql.schema.DataFetchingEnvironment environment)
        Specified by:
        get in interface graphql.schema.DataFetcher