GraphQL OBJECT

TextResourceContext

Context of reusable text resources.

link Definition

  • type TextResourceContext {
  • # Unique ID of the text resource context.
  • id: Int!
  • # Internal name of the text resource context.
  • name: String
  • # Path to text resource context.
  • path: String
  • # Parent of text resource context.
  • parentContext: TextResourceContext
  • # Children of text resource context.
  • childContexts: [TextResourceContext]
  • }