merchantProfiles
Returns merchant profiles.
merchantProfiles(
first: Int! = 50
after: String
orderBy: MerchantProfileOrderByInput
filters: MerchantProfileFiltersInput
): MerchantProfileConnection!
Arguments
merchantProfiles.first ● Int! non-null scalar
the number of elements to load (default value 50, maximum: 100)
merchantProfiles.after ● String scalar
the index (a unique reference in string form) from which you will load the following elements
merchantProfiles.orderBy ● MerchantProfileOrderByInput input
an order you can apply to your list of connections (default value UpdatedAt desc)
merchantProfiles.filters ● MerchantProfileFiltersInput input
a filtering table you can apply to your list of connections