locationProvider_order_by
Ordering options when selecting data from "locationProvider".
input locationProvider_order_by {
created_at: order_by
id: order_by
location: location_order_by
locationId: order_by
provider: provider_order_by
providerId: order_by
updated_at: order_by
}
Fields
locationProvider_order_by.created_at
● order_by
enum
locationProvider_order_by.id
● order_by
enum
locationProvider_order_by.location
● location_order_by
input
locationProvider_order_by.locationId
● order_by
enum
locationProvider_order_by.provider
● provider_order_by
input
locationProvider_order_by.providerId
● order_by
enum
locationProvider_order_by.updated_at
● order_by
enum
Member Of
locationProvider
query ● locationProvider
subscription