portfolios
List portfolios
portfolios(
after: String
before: String
createdAt: DateTimeRange
first: Int
last: Int
updatedAt: DateTimeRange
): PortfolioConnection
Arguments
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.createdAt ● DateTimeRange input
Filter by created at
portfolios.first ● Int scalar
Returns the first _n_ elements from the list.
portfolios.last ● Int scalar
Returns the last _n_ elements from the list.
portfolios.updatedAt ● DateTimeRange input
Filter by updated at
Type
PortfolioConnection object
The connection type for Portfolio.