DEV
Query.
manufacturer
One saved manufacturer, or null when this organization has no such row.
Arguments
id
•
ID!
Required
No description
Returns:
Manufacturer
GraphQL
1
2
3
type
Query
{
manufacturer
(
id
:
ID
!
)
:
Manufacturer
}
Book a demo
Was this page helpful?
Yes
No
Get support
·
Legal docs
·
© 2026 Zonos
Query.
manufacturer
One saved manufacturer, or null when this organization has no such row.
Arguments
id
ID!
Required
Returns:
Manufacturer
type Query { manufacturer(id: ID!): Manufacturer }Was this page helpful?