Skip to content

feat(connect): results method #343

@twilson63

Description

@twilson63

When a user calls the results method, they can specify a

processId = processId
from = cursor
to = cursor
sort = ASC or DESC

the results will be returned as a JSON dataset with edges each edge contains a node object and within that node object is the Result.

For now, we will pass through the result for full parsing on the client side, but if the response is not a json result, we need to handle it and pass some json {ok: false, message: "invalid response"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions