RespondToRfiInput
InputAutogenerated input type of RespondToRfi
mutation { organization(id: $organizationId) { project(id: $projectId) { respondToRfi } } }
Example
mutation RespondToRfi(
$organizationId: ID!
$projectId: ID!
$input: RespondToRfiInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
respondToRfi(input: $input) {
rfiResponse
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| content | String! | — |
| copyResponseAttachments | [CopyAttachment!] | — |
| createResponseAttachments | [CreateAttachment!] | — |
| createdAt | ISO8601DateTime | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| newRespondentId | ID | — |
| now | ISO8601DateTime | — |
| respondentId | ID | — |
| rfiId | ID! | — |
| updatedAt | ISO8601DateTime | — |
| userId | ID | — |