INPUT_OBJECT

ReorderFloorplansInput

Autogenerated input type of ReorderFloorplans

link GraphQL Schema definition

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

link Require by