Contains methods relating to CustomerGroup entities.
(ctx: RequestContext, options?: CustomerGroupListOptions, relations: RelationPaths<CustomerGroup> = []) => Promise<PaginatedList<CustomerGroup>>(ctx: RequestContext, customerGroupId: ID, relations: RelationPaths<CustomerGroup> = []) => Promise<CustomerGroup | undefined>(ctx: RequestContext, customerGroupId: ID, options?: CustomerListOptions) => Promise<PaginatedList<Customer>>Returns a PaginatedList of all the Customers in the group.
(ctx: RequestContext, input: CreateCustomerGroupInput) => Promise<CustomerGroup>(ctx: RequestContext, input: UpdateCustomerGroupInput) => Promise<CustomerGroup>(ctx: RequestContext, id: ID) => Promise<DeletionResponse>(ctx: RequestContext, input: MutationAddCustomersToGroupArgs) => Promise<CustomerGroup>(ctx: RequestContext, input: MutationRemoveCustomersFromGroupArgs) => Promise<CustomerGroup>