Text
A text string. It can represent either a single line, multiple lines, or an email.
type Text {
content: String!
}
Fields
Text.content ● String! non-null scalar common
The text content.
Implemented by
ValueTypeUnion union