GraphQL OBJECT
TextResourceContext
Context of reusable text resources.
link Definition
- type TextResourceContext {
- # Unique ID of the text resource context.
- : Int!
- # Internal name of the text resource context.
- : String
- # Path to text resource context.
- : String
- # Parent of text resource context.
- : TextResourceContext
- # Children of text resource context.
- : [TextResourceContext]
- }