Skip to main content

DietaryRequirement

Defines the settings for contacts in EventsAir.

type DietaryRequirement {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
}

Fields

DietaryRequirement.createdAt ● DateTime! non-null scalar

The date and time the record was created.

DietaryRequirement.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

DietaryRequirement.id ● ID! non-null scalar

The unique identifier for the dietary requirement.

DietaryRequirement.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

DietaryRequirement.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

DietaryRequirement.name ● String! non-null scalar

The name of the dietary requirement.

Member Of

ContactSetup object ● Dietary object