INPUT_OBJECT

ReorderProjectFloorplansInput

Autogenerated input type of ReorderProjectFloorplans

link GraphQL Schema definition

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

link Require by