DEV

Query.

packagingOptionsConnection

Returns a list of PackagingOption objects that apply to an organization

Arguments

after

String

Returns the elements after the specified cursor

before

String

Returns the elements before the specified cursor
Supported filters for PackagingOptions.

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 {
  packagingOptionsConnection(after: String, before: String, filter: PackagingOptionsFilter, first: Int, last: Int): PackagingOptionConnection
}

Was this page helpful?