offeringGroupVisibilities
get all user groups relating to offerings
Arguments
provider_id
· ID
· the provider ID we want to use to fetch all user groups relating to offerings Returns
[OfferingGroupVisibility!]
Example
query offeringGroupVisibilities($provider_id: ID) { offeringGroupVisibilities(provider_id: $provider_id) { id name offering_id user_group_id }}