providerAcceptedInsurancePlans
Fetch paginated provider accepted insurance plans collection
Arguments
Returns
ProviderAcceptedInsurancePlanTypePaginationConnection! Example
query providerAcceptedInsurancePlans( $provider_id: ID! $after: String $before: String $first: Int $last: Int) { providerAcceptedInsurancePlans( provider_id: $provider_id after: $after before: $before first: $first last: $last )}