IndustrySector
type IndustrySector {
  code: Int!
  name: String!
}
Fields
IndustrySector.code ● Int! non-null scalar
Unique sector code in GICS Taxonomy. Eg: 10 @exposed
IndustrySector.name ● String! non-null scalar
Sector name in GICS Taxonomy. Eg: 10 - Energy @exposed
Returned by
Document__sectors  query
Member of
Company  object ● Document  object