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