Type Alias AllDocumentsMutationOptionsInternal

AllDocumentsMutationOptions: BaseMutationOptions & {
    returnDocuments: true;
    returnFirst?: false;
}