OBJECT
Item
Item
link GraphQL Schema definition
- type Item {
- # The basic item type (token, scope or graft)
- String! :
- # The type-dependent subtype of the item
- String! :
- # The content of the item (the text for tokens, the label for scopes and the
- # sequence id for grafts)
- #
- # Arguments
- # normalizeSpace: [Not documented]
- # includeChars: [Not documented]
- # excludeChars: [Not documented]
- (
- Boolean, :
- String!], : [
- String!] : [
- ): String!
- # If 'includeContext' was selected, and for tokens, the index of the token from
- # the start of the sequence
- Int :
- # If 'includeContext' was selected, a list of scopes that are open around the item
- #
- # Arguments
- # startsWith: Only include scopes that begin with this value
- String!]): [String!] ( : [
- }
link Require by
- BlockPart of a sequence, roughly equivalent to a USFM paragraph
- cellA table cell
- cIndexA chapter index entry
- cvVerseElementInformation about a verse element
- diffRecordA record in a diff report
- DocumentA document, typically corresponding to USFM for one book
- ItemGroupA collection of items, with scope context
- SequenceA contiguous flow of content