Skip to content

IntraComponentDependencySpecificationOrderField

Fields a list of IntraComponentDependencySpecification can be sorted by

graphql
enum IntraComponentDependencySpecificationOrderField {
  ID
  NAME
  TYPE_ID
  TYPE_NAME
}

Values

IntraComponentDependencySpecificationOrderField.ID

Order by id

IntraComponentDependencySpecificationOrderField.NAME

Order by name

IntraComponentDependencySpecificationOrderField.TYPE_ID

Order by type_id

IntraComponentDependencySpecificationOrderField.TYPE_NAME

Order by type_name

Member Of

IntraComponentDependencySpecificationOrder input

Released under the MIT License.