query: {
    marketplaceListModerationLog: [{
        offer_id: Variable<"String!", "offer_id">;
    }, {
        action: boolean;
        by_account: boolean;
        created_at: boolean;
        id: boolean;
        offer_id: boolean;
        reason: boolean;
    }];
} = ...

Type declaration

  • marketplaceListModerationLog: [{
        offer_id: Variable<"String!", "offer_id">;
    }, {
        action: boolean;
        by_account: boolean;
        created_at: boolean;
        id: boolean;
        offer_id: boolean;
        reason: boolean;
    }]