query: {
    process: [{
        coopname: Variable<"String!", "coopname">;
        hash: Variable<"String!", "hash">;
    }, {
        actions: {
            account: boolean;
            block_id: boolean;
            block_num: boolean;
            created_at: boolean;
            data: boolean;
            global_sequence: boolean;
            id: boolean;
            name: boolean;
            transaction_id: boolean;
        };
        coopname: boolean;
        delta_history: {
            block_num: boolean;
            code: boolean;
            created_at: boolean;
            id: boolean;
            present: boolean;
            primary_key: boolean;
            scope: boolean;
            table: boolean;
            value: boolean;
        };
        documents: {
            document: boolean;
            hash: boolean;
            raw: boolean;
            source: {
                code: boolean;
                field: boolean;
                primary_key: boolean;
                table: boolean;
            };
        };
        first_seen_at: boolean;
        last_seen_at: boolean;
        process_hash: boolean;
        process_type: boolean;
    }];
} = ...

Type declaration

  • process: [{
        coopname: Variable<"String!", "coopname">;
        hash: Variable<"String!", "hash">;
    }, {
        actions: {
            account: boolean;
            block_id: boolean;
            block_num: boolean;
            created_at: boolean;
            data: boolean;
            global_sequence: boolean;
            id: boolean;
            name: boolean;
            transaction_id: boolean;
        };
        coopname: boolean;
        delta_history: {
            block_num: boolean;
            code: boolean;
            created_at: boolean;
            id: boolean;
            present: boolean;
            primary_key: boolean;
            scope: boolean;
            table: boolean;
            value: boolean;
        };
        documents: {
            document: boolean;
            hash: boolean;
            raw: boolean;
            source: {
                code: boolean;
                field: boolean;
                primary_key: boolean;
                table: boolean;
            };
        };
        first_seen_at: boolean;
        last_seen_at: boolean;
        process_hash: boolean;
        process_type: boolean;
    }]