Skip to content

InterfaceDefinitionOrderField ​

Fields a list of InterfaceDefinition can be sorted by

graphql
enum InterfaceDefinitionOrderField {
  ID
  INTERFACE_SPECIFICATION_VERSION_ID
  INTERFACE_SPECIFICATION_VERSION_VERSION
  INVISIBLE_SELF_DEFINED
  VISIBLE_SELF_DEFINED
}

Values ​

InterfaceDefinitionOrderField.ID ​

Order by id

InterfaceDefinitionOrderField.INTERFACE_SPECIFICATION_VERSION_ID ​

Order by interfaceSpecificationVersion_id

InterfaceDefinitionOrderField.INTERFACE_SPECIFICATION_VERSION_VERSION ​

Order by interfaceSpecificationVersion_version

InterfaceDefinitionOrderField.INVISIBLE_SELF_DEFINED ​

Order by invisibleSelfDefined

InterfaceDefinitionOrderField.VISIBLE_SELF_DEFINED ​

Order by visibleSelfDefined

Member Of ​

InterfaceDefinitionOrder input

Released under the MIT License.