specifications
Return a list of specifications.
specifications(
where: QuerySpecificationsWhereWhereConditions
whereHas: [SpecificationsWhereHasInput!]
search: String
orderBy: [QuerySpecificationsOrderByOrderByClause!]
groupBy: GroupByInputSpecificationsGroupableColumns
first: Int! = 50
after: String
trashed: Trashed
): SpecificationConnection!
Arguments
specifications.where ● QuerySpecificationsWhereWhereConditions input
specifications.whereHas ● [SpecificationsWhereHasInput!] list input
specifications.search ● String scalar
specifications.orderBy ● [QuerySpecificationsOrderByOrderByClause!] list input
specifications.groupBy ● GroupByInputSpecificationsGroupableColumns input
specifications.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
specifications.after ● String scalar
A cursor after which elements are returned.
specifications.trashed ● Trashed enum
Allows to filter if trashed elements should be fetched.
Type
SpecificationConnection object
A paginated list of Specification edges.