PortfolioUpdateInput
Portfolio update input
input PortfolioUpdateInput {
dateBegin: ISO8601Date
dateEnd: ISO8601Date
name: String
notes: String
archived: Boolean
id: ID!
}
Fields
PortfolioUpdateInput.dateBegin ● ISO8601Date scalar
Timeframe date_begin
PortfolioUpdateInput.dateEnd ● ISO8601Date scalar
Timeframe date_end
PortfolioUpdateInput.name ● String scalar
Portfolio name
PortfolioUpdateInput.notes ● String scalar
Portfolio notes
PortfolioUpdateInput.archived ● Boolean scalar
Portfolio archived
PortfolioUpdateInput.id ● ID! non-null scalar
Portfolio id
Member Of
UpdatePortfolioInput input