Portfolio
Represents a portfolio with its details.
type Portfolio {
accountId: ID!
archived: Boolean!
attachmentsCount: Int!
createdAt: ISO8601DateTime!
createdById: Int
dateBegin: ISO8601DateTime
dateEnd: ISO8601DateTime
id: Int!
name: String!
notes: String
updatedAt: ISO8601DateTime!
}
Fields
Portfolio.accountId ● ID! non-null scalar
The ID of the account
Portfolio.archived ● Boolean! non-null scalar
Archived state
Portfolio.attachmentsCount ● Int! non-null scalar
The number of attachments
Portfolio.createdAt ● ISO8601DateTime! non-null scalar
Created at
Portfolio.createdById ● Int scalar
The ID of the user who created this portfolio
Portfolio.dateBegin ● ISO8601DateTime scalar
The date the portfolio was created
Portfolio.dateEnd ● ISO8601DateTime scalar
The date the portfolio was last updated
Portfolio.id ● Int! non-null scalar
The ID of the portfolio
Portfolio.name ● String! non-null scalar
The name of the portfolio
Portfolio.notes ● String scalar
The notes of the portfolio
Portfolio.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
Returned By
portfolio query
Member Of
CreatePortfolioPayload object ● DeletePortfolioPayload object ● PortfolioConnection object ● PortfolioEdge object ● UpdatePortfolioPayload object