DEV

Query.

labelRequestLogs

Return a list of LabelRequestLogs by labelId and/or shipmentId

Arguments

after

String

Returns the elements after the specified cursor

before

String

Returns the elements before the specified cursor
Type to filter by different criteria of a LabelRequestLog

first

Int

The number of first elements to return from the query

last

Int

The number of last elements to return from the query
GraphQL
1
2
3
type Query {
  labelRequestLogs(after: String, before: String, filter: LabelRequestLogFilter, first: Int, last: Int): LabelRequestLogConnection
}

Was this page helpful?