queryOperationTransformer property
GraphqlQueryOperationTransformer Function(Query?, GraphqlModel?)?
queryOperationTransformer
final
The interface used to determine the document to send GraphQL. This class will be accessed for all provider and repository operations.
Implementing classes of GraphqlQueryOperationTransformer
must be a const
constructor. For simplicity, the default constructor tearoff can be provided
as a value (queryOperationTransformer: MyTransformer.new
).
Implementation
final GraphqlQueryOperationTransformer Function(Query?, GraphqlModel?)? queryOperationTransformer;