INPUT_OBJECT

ReorderProjectStageFloorplansInput

Autogenerated input type of ReorderProjectStageFloorplans

link GraphQL Schema definition

  • input ReorderProjectStageFloorplansInput {
  • projectStageId: ID!
  • # Project Stage's Floorplan id's in desired order
  • floorplanIds: [ID!]!
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by