CustomsSpec
after
String
before
filter
CustomsSpecFilter
first
Int
last
CustomsSpecConnection
type Query { customsSpecs(after: String, before: String, filter: CustomsSpecFilter, first: Int, last: Int): CustomsSpecConnection }
Query.
customsSpecs
Retrieve a list of
CustomsSpec
objectsArguments
after
String
before
String
filter
CustomsSpecFilter
first
Int
last
Int
Returns:
CustomsSpecConnection
type Query { customsSpecs(after: String, before: String, filter: CustomsSpecFilter, first: Int, last: Int): CustomsSpecConnection }