INPUT_OBJECT

UpdateTowercoverageSubmissionMutationInput

The input object that defines the fields for the updateTowercoverageSubmission mutation.

link GraphQL Schema definition

  • input UpdateTowercoverageSubmissionMutationInput {
  • # is_visible of the information
  • is_visible: Boolean
  • # A note about this entity.
  • note: NoteMutationInput
  • # A list of file IDs to be associated with this object. These must first have been
  • # uploaded to the /files endpoint and must be currently unassociated.
  • files: [AssociateFileMutationInput]
  • }

link Require by