Skip to content

OfferingGroupVisibility

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

Fields

id · ID! · required · The unique identifier of the visibility
name · String · name of the user group
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
}