Skip to main content

consent

GraphQL Schema

extend type query {
consent(
"""The id of the user"""
userId: ID!
): Consent
}

Arguments

NameTypeDescription
userIdID!The id of the user

Response Shape

This query returns Consent

NameTypeDescription
idID!Unique ID of the object