Skip to main content

specificationTypes

Return a list of specification types.

specificationTypes(
where: QuerySpecificationTypesWhereWhereConditions
orderBy: [QuerySpecificationTypesOrderByOrderByClause!]
search: String
first: Int! = 50
after: String
trashed: Trashed
): SpecificationTypeConnection!

Arguments

specificationTypes.where ● QuerySpecificationTypesWhereWhereConditions input

specificationTypes.orderBy ● [QuerySpecificationTypesOrderByOrderByClause!] list input

specificationTypes.search ● String scalar

specificationTypes.first ● Int! non-null scalar

Limits number of fetched items. Maximum allowed value: 50.

specificationTypes.after ● String scalar

A cursor after which elements are returned.

specificationTypes.trashed ● Trashed enum

Allows to filter if trashed elements should be fetched.

Type

SpecificationTypeConnection object

A paginated list of SpecificationType edges.