specifications
Return a list of specifications.
specifications(
where: QuerySpecificationsWhereWhereConditions
hasMembers: QuerySpecificationsHasMembersWhereHasConditions
hasResponsible: QuerySpecificationsHasResponsibleWhereHasConditions
hasFollowers: QuerySpecificationsHasFollowersWhereHasConditions
hasCreator: QuerySpecificationsHasCreatorWhereHasConditions
hasTags: QuerySpecificationsHasTagsWhereHasConditions
relationIsAbsent: SpecificationsRelations
search: String
orderBy: [QuerySpecificationsOrderByOrderByClause!]
first: Int! = 50
after: String
trashed: Trashed
): SpecificationConnection!
Arguments
specifications.where ● QuerySpecificationsWhereWhereConditions input
specifications.hasMembers ● QuerySpecificationsHasMembersWhereHasConditions input
specifications.hasResponsible ● QuerySpecificationsHasResponsibleWhereHasConditions input
specifications.hasFollowers ● QuerySpecificationsHasFollowersWhereHasConditions input
specifications.hasCreator ● QuerySpecificationsHasCreatorWhereHasConditions input
specifications.hasTags ● QuerySpecificationsHasTagsWhereHasConditions input
specifications.relationIsAbsent ● SpecificationsRelations enum
specifications.search ● String scalar
specifications.orderBy ● [QuerySpecificationsOrderByOrderByClause!] list 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.