DEV

Query.

customsSpecs

Retrieve a list of CustomsSpec objects

Arguments

after

String

No description
No description

first

Int

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

Was this page helpful?