GraphQL reference

CreateDraftRfiInput

Input

Autogenerated input type of CreateDraftRfi

mutation { organization(id: $organizationId) { project(id: $projectId) { createDraftRfi } } }

Example

mutation CreateDraftRfi(
  $organizationId: ID!
  $projectId: ID!
  $input: CreateDraftRfiInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      createDraftRfi(input: $input) {
        rfi
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
idID
managerUserIdID!
mutationMetadataJSON
nowISO8601DateTime
subjectString!
topicIdID