SortGroup
No description
type SortGroup {
  id: ID!
  name: String!
  sort: Int!
  externalKey: String
}
No description
type SortGroup {
  id: ID!
  name: String!
  sort: Int!
  externalKey: String
}
SortGroup.id ● ID! non-null scalarSortGroup.name ● String! non-null scalarSortGroup.sort ● Int! non-null scalarSortGroup.externalKey ● String scalar