CustomAttribute
This page contains
Fields
| entityId: String! | ID of the entity that this custom attribute is attached to |
| value: [String!]! | Value of the custom attribute If definition is text type, this value will only contain one element If definition is select type, this value will contain the ids of the definition options For localized types, this returns the resolved value for the requested locale |
| localizedValues: [LocalizedString!] | All locale values for localized types. Null for non-localized types. |
| definition: CustomAttributeDefinition! PREVIEW | Definition attached to this custom attribute |