Dietary
The dietary information for a contact.
type Dietary {
lastUpdated: DateTime
other: String
requirements: [DietaryRequirement!]
}
Fields
Dietary.lastUpdated
● DateTime
scalar
The date and time the dietary information was last updated. Optional.
Dietary.other
● String
scalar
A UTF-8 string representing other dietary requirements of the contact. Optional.
Dietary.requirements
● [DietaryRequirement!]
list object
The dietary requirements for a contact. Optional.
Member Of
CeContactStoreContact
object ● Contact
object ● ContactStoreContact
object ● MembershipContactStoreContact
object