PortfolioCreateInput
Portfolio create input
input PortfolioCreateInput {
dateBegin: ISO8601Date
dateEnd: ISO8601Date
name: String!
notes: String
}
Fields
PortfolioCreateInput.dateBegin ● ISO8601Date scalar
Timeframe date_begin
PortfolioCreateInput.dateEnd ● ISO8601Date scalar
Timeframe date_end
PortfolioCreateInput.name ● String! non-null scalar
Portfolio name
PortfolioCreateInput.notes ● String scalar
Portfolio notes
Member Of
CreatePortfolioInput input