Skip to main content

Provider

No description

type Provider {
  id: ProviderEnum!
  name: String!
  icon: String
  isEnabled: Boolean! @deprecated
  isConfigured: Boolean!
  isAvailable: Boolean!
  configurations: [ProviderConfiguration!]!
  pickupPoints(
    filters: PickupPointFilterInput
    sortBy: PickupPointSortInput
    first: Int!
    page: Int
  ): PickupPointPaginator!
}

Fields

Provider.id ● ProviderEnum! non-null scalar

Provider.name ● String! non-null scalar

Provider.icon ● String scalar

Provider.isEnabled ● Boolean! deprecated non-null scalar

This field is deprecated and will be removed. Use isConfigured instead.

Provider.isConfigured ● Boolean! non-null scalar

Provider.isAvailable ● Boolean! non-null scalar

Provider.configurations ● [ProviderConfiguration!]! non-null object

Provider.pickupPoints ● PickupPointPaginator! non-null object

Provider.pickupPoints.filters ● PickupPointFilterInput input
Provider.pickupPoints.sortBy ● PickupPointSortInput input
Provider.pickupPoints.first ● Int! non-null scalar

Limits number of fetched items.

Provider.pickupPoints.page ● Int scalar

The offset from which items are returned.

Returned By

providers query

Member Of

Merchant object ● Waybill object