INPUT_OBJECT
AttSpec
Attribute Specification
link GraphQL Schema definition
- input AttSpec {
- # The type of attribute, ie what type of thing it's connected to
- String! :
- # The name of the USFM tag to which the attribute is connected
- String! :
- # The attribute key (ie the bit to the left of the equals sign in USX)
- String! :
- # The position of the value (which is 0 except for attributes with multiple
- # values)
- Int! :
- }