drafts
Lists drafts associated to requesting user
drafts(
after: String
before: String
filter: DraftFilter
first: Int
last: Int
orderBy: DraftOrder
): DraftConnection!
Arguments
drafts.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
drafts.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
drafts.filter ● DraftFilter input common
The fields by which to filter the results.
drafts.first ● Int scalar common
Returns the first n elements from the list.
drafts.last ● Int scalar common
Returns the last n elements from the list.
drafts.orderBy ● DraftOrder input common
The field and direction by which to order the results.
Type
DraftConnection object common
The connection type for Draft.