Skip to main content

Consent

A Consent records whether a User has accepted a specific term or condition.

Fields

FieldTypeDescription
idID!Unique identifier
descriptionString!The terms of the consent
answerBooleanWhether the user has accepted

Query

Accessed via User.consents:

query GetMyConsents {
user {
consents {
id
description
answer
}
}
}
  • User — the user this consent belongs to

Export This Article

Save a copy of this page as PDF or plain text.