CookiePolicy
Provides information about the cookie policy and user consents for the session.
Type Definition
type CookiePolicy {
value: String
consents: [String]
}Fields
Relationships
The CookiePolicy type represents cookie consent information associated with a user session. It contains scalar string values that define the policy state and individual consent choices made by the user.
Example
{
cookiePolicy {
value
consents
}
}Implements
This type does not implement any interfaces.
Related Types
- String