Interface QueryImplementor<T>

All Superinterfaces:
CommonQueryContract, CommonQueryContractImplementor, Query, Query<T>
All Known Subinterfaces:
MutationQueryImplementor<T>, NativeQueryImplementor<R>, ProcedureCallImplementor<R>, SelectionQueryImplementor<R>

@Incubating public interface QueryImplementor<T> extends Query<T>, CommonQueryContractImplementor