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