Skip to main content

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

NameTypeDescription
providerTypeProviderType

Response Shape

This query returns [Provider]

NameTypeDescription
idIDUnique ID of the object
nameString
imageUrlString
iconUrlString
bannerColorString
providerTypes[ProviderType]!
addressAddress