INPUT_OBJECT

ProposalUpdateParams

link GraphQL Schema definition

  • input ProposalUpdateParams {
  • # (`SpatialThing`) The location at which this proposal is eligible.
  • eligibleLocation: ID
  • # The beginning date/time of proposal publication.
  • hasBeginning: DateTime
  • # The end time of proposal publication.
  • hasEnd: DateTime
  • id: ID!
  • # Grouping around something to create a boundary or context, used for documenting,
  • # accounting, planning.
  • inScopeOf: [ID!]
  • # An informal or formal textual identifier for a proposal. Does not imply
  • # uniqueness.
  • name: String
  • # A textual description or comment.
  • note: String
  • # This proposal contains unit based quantities, which can be multipied to create
  • # commitments; commonly seen in a price list or e-commerce.
  • unitBased: Boolean
  • }