Preview

CustomAttribute is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

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

    definition: CustomAttributeDefinition! PREVIEW

    Definition attached to this custom attribute