OBJECT

EntityCustomFieldGroup

Information relating to a group of CustomFields, including the information for any associated CustomField records

link GraphQL Schema definition

  • type EntityCustomFieldGroup implements Node {
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • customFields(after: String, before: String, first: Int, last: Int): EntityCustomFieldConnection!
  • description: String
  • entity: CustomFieldGroupEntityEnum!
  • id: ID!
  • name: String!
  • }