DEV

Query.

customsSpecs

Retrieve a list of CustomsSpec objects

Arguments

after

String

Returns the elements in the list that come after the specified cursor.

before

String

No description
No description

first

Int

Returns up to the first n elements from the list.

last

Int

No description
GraphQL
1
2
3
type Query {
  customsSpecs(after: String, before: String, filter: CustomsSpecFilter, first: Int, last: Int): CustomsSpecConnection
}

Was this page helpful?