object CreateBillOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
bill | Bill | Bill returned by the mutation. |
Referenced By
- bill_create Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"bill": {id: "QmlsbDoxMjM0"}
}