OBJECT

ReorderProjectFloorplansPayload

Autogenerated return type of ReorderProjectFloorplans

link GraphQL Schema definition

  • type ReorderProjectFloorplansPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [String!]!
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • floorplans(after: String, before: String, first: Int, last: Int): FloorplanConnection
  • }

link Require by