validatesStructureOf method
Returns true if the structure of data is valid according to request's structure.
Thin wrapper around validateFragmentDataStructure
Implementation
bool validatesStructureOf(Map<String, dynamic> data) =>
validateFragmentDataStructure(
document: fragment.document,
fragmentName: fragment.fragmentName,
variables: variables,
handleException: true,
data: data,
);