GraphQL reference

UnacceptRfiResponseInput

Input

Autogenerated 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

FieldTypeDescription
acceptedAtISO8601DateTime
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON