AcceptRfiResponseInput
InputAutogenerated input type of AcceptRfiResponse
mutation { organization(id: $organizationId) { project(id: $projectId) { acceptRfiResponse } } }
Example
mutation AcceptRfiResponse(
$organizationId: ID!
$projectId: ID!
$input: AcceptRfiResponseInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
acceptRfiResponse(input: $input) {
rfiResponse
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| acceptedAt | ISO8601DateTime! | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID! | — |
| leaveRfiOpen | Boolean | — |
| mutationMetadata | JSON | — |