Estimate
Connections
attachments (
AttachmentConnection
)
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
Fields
amount (
Money
)
approvedAt (
ISO8601DateTime
)
Approval time
createdAt (
ISO8601DateTime!
)
Creation time
currency (
String
)
envelope (
EsignEnvelope
)
id (
ID!
)
Identifier
note (
String
)
poRequired (
Boolean
)
referenceNumber (
String
)
rejectedAt (
ISO8601DateTime
)
Rejection time
sentAt (
ISO8601DateTime
)
Sent to customer at
status (
EstimateStatus!
)
draft/approved/rejected
tax (
Boolean
)
updatedAt (
ISO8601DateTime!
)
Update time
workOrder (
WorkOrder!
)