letterSources
Return a list of letter sources.
letterSources(
where: QueryLetterSourcesWhereWhereConditions
orderBy: [QueryLetterSourcesOrderByOrderByClause!]
search: String
first: Int! = 50
after: String
trashed: Trashed
): LetterSourceConnection!
Arguments
letterSources.where
● QueryLetterSourcesWhereWhereConditions
input
letterSources.orderBy
● [QueryLetterSourcesOrderByOrderByClause!]
list input
letterSources.search
● String
scalar
letterSources.first
● Int!
non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
letterSources.after
● String
scalar
A cursor after which elements are returned.
letterSources.trashed
● Trashed
enum
Allows to filter if trashed elements should be fetched.
Type
LetterSourceConnection
object
A paginated list of LetterSource edges.