INPUT_OBJECT
ProposalCreateParams
link GraphQL Schema definition
- input ProposalCreateParams {
- # The date and time the proposal was created.
- DateTime :
- # (`SpatialThing`) The location at which this proposal is eligible.
- ID :
- # The beginning time of proposal publication.
- DateTime :
- # The end time of proposal publication.
- DateTime :
- # Grouping around something to create a boundary or context, used for documenting,
- # accounting, planning.
- ID!] : [
- # An informal or formal textual identifier for a proposal. Does not imply
- # uniqueness.
- String :
- # A textual description or comment.
- String :
- # This proposal contains unit based quantities, which can be multipied to create
- # commitments; commonly seen in a price list or e-commerce.
- Boolean :
- }