Interface ApolloQueryCall.Factory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <D extends com.apollographql.apollo.api.Operation.Data,​T,​V extends com.apollographql.apollo.api.Operation.Variables>
      ApolloQueryCall<T>
      query​(com.apollographql.apollo.api.Query<D,​T,​V> query)
      Creates and prepares a new ApolloQueryCall call.
    • Method Detail

      • query

        <D extends com.apollographql.apollo.api.Operation.Data,​T,​V extends com.apollographql.apollo.api.Operation.Variables> ApolloQueryCall<T> query​(@NotNull
                                                                                                                                                                  com.apollographql.apollo.api.Query<D,​T,​V> query)
        Creates and prepares a new ApolloQueryCall call.
        Parameters:
        query - the operation which needs to be performed
        Returns:
        prepared ApolloQueryCall call to be executed at some point in the future