portfolios
List portfolios
portfolios(
createdAt: DateTimeRange
updatedAt: DateTimeRange
after: String
before: String
first: Int
last: Int
): PortfolioConnection
Arguments
portfolios.createdAt ● DateTimeRange input
Filter by created at
portfolios.updatedAt ● DateTimeRange input
Filter by updated at
portfolios.after ● String scalar
Returns the elements in the list that come after the specified cursor.
portfolios.before ● String scalar
Returns the elements in the list that come before the specified cursor.
portfolios.first ● Int scalar
Returns the first _n_ elements from the list.
portfolios.last ● Int scalar
Returns the last _n_ elements from the list.
Type
PortfolioConnection object
The connection type for Portfolio.