Skip to main content

consents

Return the list of consents

For a User access token : return the list of consents for the signed-in user For a Project access token : return the list of consents for the project. This list can be filtered by userId

(Learn more on authentication)

consents(
first: Int! = 50
after: String
filters: ConsentsFiltersInput
): ConsentConnection!

Arguments​

consents.first ● Int! non-null scalar​

consents.after ● String scalar​

consents.filters ● ConsentsFiltersInput input​

Type​

ConsentConnection object​

Implements the Relay Connection interface, used to paginate list of element (Learn More)