query: {
    verificationReviewPhotos: [{
        data: Variable<"VerificationReviewPhotosInput!", "data">;
    }, {
        mime_type: true;
        read_url: true;
        size_bytes: true;
        storage_key: true;
    }];
} = ...

Снимки сверки для проверки советом. Доступны, пока решение не принято: после утверждения или отклонения снимки удаляются.

Type declaration

  • verificationReviewPhotos: [{
        data: Variable<"VerificationReviewPhotosInput!", "data">;
    }, {
        mime_type: true;
        read_url: true;
        size_bytes: true;
        storage_key: true;
    }]