Section
type Section {
filingType: Int!
sectionTag: [String!]
sectionSize: [Int!]
}
Fields
Section.filingType
● Int!
non-null scalar
@exposed(scopes: ['enterprise-only'])
Section.sectionTag
● [String!]
list scalar
@exposed(scopes: ['enterprise-only'])
Section.sectionSize
● [Int!]
list scalar
@exposed(scopes: ['enterprise-only'])
Member of
FilterSet
object