contractTypes
Return a list of contract types.
contractTypes(
where: QueryContractTypesWhereWhereConditions
orderBy: [QueryContractTypesOrderByOrderByClause!]
search: String
first: Int! = 50
after: String
trashed: Trashed
): ContractTypeConnection!
Arguments
contractTypes.where ● QueryContractTypesWhereWhereConditions input
contractTypes.orderBy ● [QueryContractTypesOrderByOrderByClause!] list input
contractTypes.search ● String scalar
contractTypes.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
contractTypes.after ● String scalar
A cursor after which elements are returned.
contractTypes.trashed ● Trashed enum
Allows to filter if trashed elements should be fetched.
Type
ContractTypeConnection object
A paginated list of ContractType edges.