Types
CustomFieldOption
A selectable value on a dropdown, tag, or badge custom field.
object
CustomFieldOptionImplements
Fields
createdAt
ISO8601DateTime!
creator
The member who created this option.
customField
The custom field this option belongs to.
description
String
Optional description of the option.
id
ID!
ID of the object.
isAdHoc
Boolean!
Whether a member created this option, rather than a host.
memberCount
Int!
Number of members who have selected this option.
resourceId
ID!
Resource ID for this object, for interop with the Admin API.
title
String!
The option's display name.
updatedAt
ISO8601DateTime!