INPUT_OBJECT

ProposalCreateParams

link GraphQL Schema definition

  • input ProposalCreateParams {
  • # The date and time the proposal was created.
  • created: DateTime
  • # (`SpatialThing`) The location at which this proposal is eligible.
  • eligibleLocation: ID
  • # The beginning time of proposal publication.
  • hasBeginning: DateTime
  • # The end time of proposal publication.
  • hasEnd: DateTime
  • # 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
  • }