Interface ApolloQueryWatcher<T>

    • Method Detail

      • operation

        @NotNull
        com.apollographql.apollo.api.Operation operation()
        Returns GraphQL watched operation.
        Returns:
        Operation
      • refetch

        void refetch()
        Re-fetches watched GraphQL query.
      • clone

        @NotNull
        ApolloQueryWatcher<T> clone()
        Creates a new, identical call to this one which can be enqueued or executed even if this call has already been.
        Returns:
        The cloned ApolloQueryWatcher object.