shares
Fetchs a list of shares
shares(
after: String
before: String
filterBy: ShareFilter
first: Int
last: Int
): ShareConnection!
Arguments
shares.after ● String scalar
Returns the elements in the list that come after the specified cursor.
shares.before ● String scalar
Returns the elements in the list that come before the specified cursor.
shares.filterBy ● ShareFilter input
Filtering options for shares
shares.first ● Int scalar
Returns the first n elements from the list.
shares.last ● Int scalar
Returns the last n elements from the list.
Type
ShareConnection object
The connection type for shares.