SCALAR
ID
The ID
scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4"
) or integer (such as 4
) input value will be accepted as an ID.
link GraphQL Schema definition
- scalar ID
link Require by
- AMSQueryResponse
- AMSQueryResult
- ConsigneeRepresents a consignee entity.
- CreateConsigneeInputThe create consignee input
- CreateImporterInputCreate an importer of record. See https://help.inlt.com/customs-brokerage/who-is-the-importer-of-record.
- CreateLocationInputRepresents a Location entity.
- CreateProductInputCreate an importer's product.
- CreateSupplierInputRepresents a Supplier entity.
- CreateTruckerInputRepresents the fields available when creating a trucker
- ForwarderRepresents a forwarder entity.
- HTSPayload
- ImporterRepresents an Importer of Record with Customs. Used to create shipments and products. See https://help.inlt.com/customs-brokerage-knowledge-center/who-is-the-importer-of-record
- InvoiceRepresents an INLT invoice
- KeyInput
- LocationRepresents a location entity.
- Mutation
- ObjectA core object in INLT's API
- ProductRepresents an importers' product
- Query
- QueryAMSPayloadThe return payload from the queryAMS mutation
- SearchResult
- ShipmentAn importer's shipment. Used to file an ISF, entry, and/or in-bond. See https://help.inlt.com/customs-brokerage/what-is-an-entry.
- ShipmentEventBody
- SupplierRepresents a supplier entity.
- TriggerEventPayloadThe return payload from the triggerEvent mutation
- TruckerRepresents a trucker entity.
- UpdateConsigneeInputThe update consignee input
- UpdateImporterInput
- UpdateLocationInputRepresents a Location entity.
- UpdateProductInputUpdate an importer's product.
- UpdateSupplierInputRepresents a Supplier entity.
- UpdateTruckerInputRepresents the fields available when updating a trucker
- WebhookEventRepresents the JSON payload sent to your webhook upon a status change
- WebhookPayload