GraphQL OBJECT
TextResource
Reusable, localizable text resource.
link Definition
- type TextResource {
- # Unique ID of the text resource.
- Int! :
- # Client account that is assigned to the text resource, if any.
- Client :
- # Configuration that is assigned to the text resource, if any.
- Configuration :
- # Date and time when the text resource was created.
- DateTime :
- # User who created the text resource.
- UserAccount! :
- # Context of text resource.
- TextResourceContext :
- # Internal name of the text resource.
- String :
- # Date and time when the last edit occurred.
- DateTime :
- # User who last edited the text resource.
- UserAccount! :
- # Text of the resource in one or more languages.
- #
- # Arguments
- # languageIds: Filter for specific languages
- # defaultIfEmpty: Return text for default language when filtered
- # language is not defined.
- LanguageEnum], : Boolean): [LocalizedString] ( : [
- }