stepMeetings
Reads a set of StepMeeting.
stepMeetings(
first: Int
offset: Int
orderBy: [StepMeetingsOrderBy!]
condition: StepMeetingCondition
filter: StepMeetingFilter
): [StepMeeting!]
Arguments
stepMeetings.first ● Int scalar
Only read the first n values of the set.
stepMeetings.offset ● Int scalar
Skip the first n values.
stepMeetings.orderBy ● [StepMeetingsOrderBy!] list enum
The method to use when ordering StepMeeting.
stepMeetings.condition ● StepMeetingCondition input
A condition to be used in determining which values should be returned by the collection.
stepMeetings.filter ● StepMeetingFilter input
A filter to be used in determining which values should be returned by the collection.