object CreateVendorOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
vendor | Vendor |
Referenced By
- vendor_create Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"vendor": Vendor
}| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
vendor | Vendor |
{
"request_id": "abc123",
"complexity": 987,
"vendor": Vendor
}