INPUT_OBJECT

CreateImageAnnotationInput

All input for the create ImageAnnotation mutation.

link GraphQL Schema definition

  • input CreateImageAnnotationInput {
  • # An arbitrary string value with no semantic meaning. Will be included in the
  • # payload verbatim. May be used to track mutations by the client.
  • clientMutationId: String
  • # The `ImageAnnotation` to be created by this mutation.
  • imageAnnotation: ImageAnnotationInput!
  • }