Skip to main content

Department

A collection or store front that lives in a sidebar for easy navigation.

type Department {
id: ID!
name: String!
objectId: Int!
slug: String!
style: String
type: DepartmentType!
}

Fields

Department.id ● ID! non-null scalar

Department's unique ID, example: 'StoreFront:123'

Department.name ● String! non-null scalar

Department's name

Department.objectId ● Int! non-null scalar

Department's object ID

Department.slug ● String! non-null scalar

Department's slug

Department.style ● String scalar

Department's style

Department.type ● DepartmentType! non-null enum

Department's type

Returned by

Departments query