OfferingGroupVisibility
User groups that are specific to this offering will only be visible to clients in these user groups
Fields
offering_id
· ID
· id of related offering user_group_id
· ID
· id of related user group Used By
Definition
"""User groups that are specific to this offering will only be visible to clients in these user groups"""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}