Skip to main content

SystemDietaryRequirement

The available dietary options.

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

Fields

SystemDietaryRequirement.createdAt ● DateTime! non-null scalar

The date and time the record was created.

SystemDietaryRequirement.createdBy ● String scalar

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

SystemDietaryRequirement.id ● ID! non-null scalar

The unique identifier for the dietary option.

SystemDietaryRequirement.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

SystemDietaryRequirement.lastModifiedBy ● String scalar

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

SystemDietaryRequirement.name ● String! non-null scalar

The name of the dietary option.

Returned By

systemDietaryRequirements query