GraphQL reference

SpecImport

Object

Fields

FieldTypeDescription
constructableUrlString
createdAtISO8601DateTime!
createdByUser!
createdByIdID!
idID!
organizationOrganization!
organizationIdID!
projectProject!
projectIdID!
specBook
id: ID!
SpecBook
specBooks
after: String
before: String
first: Int
last: Int
SpecBookConnection!Returns the elements in the list that come after the specified cursor. Returns the elements in the list that come before the specified cursor. Returns the first _n_ elements from the list. Returns the last _n_ elements from the list.
specSection
id: ID!
SpecSection
specSections
after: String
before: String
first: Int
last: Int
SpecSectionConnection!Returns the elements in the list that come after the specified cursor. Returns the elements in the list that come before the specified cursor. Returns the first _n_ elements from the list. Returns the last _n_ elements from the list.
updatedAtISO8601DateTime!