CloseRfiInput
InputAutogenerated input type of CloseRfi
mutation { organization(id: $organizationId) { project(id: $projectId) { closeRfi } } }
Example
mutation CloseRfi(
$organizationId: ID!
$projectId: ID!
$input: CloseRfiInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
closeRfi(input: $input) {
rfi
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| additionalUserIds | [ID!] | — |
| body | String | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime! | — |
| projectId | ID | — |
| questionAttachmentIds | [ID!] | — |
| responseAttachmentIds | [ID!] | — |
| selectedUserIds | [ID!] | — |
| sendEmail | Boolean | — |
| subject | String | — |
| userProvidedMessage | String | — |