ConsentType
No description
type ConsentType {
type: String!
name: String!
description: String!
checked: Boolean!
autoAccept: Boolean!
}
Fields
ConsentType.type ● String! non-null scalar
ConsentType.name ● String! non-null scalar
ConsentType.description ● String! non-null scalar
ConsentType.checked ● Boolean! non-null scalar
ConsentType.autoAccept ● Boolean! non-null scalar
Member Of
CheckoutType object