providers
Records of providers for a given type, returns all providers if no provider type is specified
GraphQL Schema
extend type query {
"""
Records of providers for a given type, returns all providers if no provider type is specified
"""
providers(providerType: ProviderType): [Provider]
}
Arguments
Name | Type | Description |
---|---|---|
providerType | ProviderType |
Response Shape
This query returns [Provider]
Name | Type | Description |
---|---|---|
id | ID | Unique ID of the object |
name | String | |
imageUrl | String | |
iconUrl | String | |
bannerColor | String | |
providerTypes | [ProviderType]! | |
address | Address |