CommonOrderField
Describes the fields that a foreign types can be ordered by.
Only the id valid at the moment.
enum CommonOrderField {
ID
}
Values
CommonOrderField.ID
Orders by "id".
Member Of
CommonOrderInput
input