accords
Reads a set of Accord.
accords(
first: Int
offset: Int
orderBy: [AccordsOrderBy!]
condition: AccordCondition
filter: AccordFilter
): [Accord!]
Arguments
accords.first ● Int scalar
Only read the first n values of the set.
accords.offset ● Int scalar
Skip the first n values.
accords.orderBy ● [AccordsOrderBy!] list enum
The method to use when ordering Accord.
accords.condition ● AccordCondition input
A condition to be used in determining which values should be returned by the collection.
accords.filter ● AccordFilter input
A filter to be used in determining which values should be returned by the collection.
Type
Accord object
A shared deal workspace (a "mutual action plan") between a seller and a customer, holding the stages, steps, resources, and members for a single opportunity. The central object most clients read and write.