INPUT_OBJECT

ProjectStageImageAttributes

link GraphQL Schema definition

  • input ProjectStageImageAttributes {
  • projectStageId: ID!
  • # Image string
  • image: String
  • # Image original url in aws bucket
  • url: String
  • }