OBJECT

OfferingGroupVisibility

User groups that are specific to this offering will only be visible to clients in these user groups

link GraphQL Schema definition

  • type OfferingGroupVisibility {
  • # The unique identifier of the visibility
  • id: ID!
  • # name of the user group
  • name: String
  • # id of related offering
  • offering_id: ID
  • # id of related user group
  • user_group_id: ID
  • }