Magidoc

ScenariosQueryInputObject
Input Object

Scenarios query arguments.

Fields

#

appList

Used by the Worklink App to correctly return a list of scenarios for display purposes.

authorIds

[ ID !]

Array of GQL scenario author ids.

catalogId

A Catalog ID.

databaseIds

[ Int !]

Array of scenario database ids.

excludeCatalogIds

[ ID !]

Array of excluded GQL scenario catalog ids.

excludeGroupsIds

[ ID !]

Array of excluded GQL scenario group ids.

fullText

String matching the name of a Scenario.

groupIds

[ ID !]

Array of GQL scenario group ids.

ids

[ ID !]

Array of GQL scenario ids.

includeDeleted

A boolean input to also get deleted Scenarios.

orderBy

A sort order input object.

originGroupIds

[ ID !]

A distinct list of scenario origin group ids.

publicVisibility

A boolean input to get only Public or Private Scenarios.

published

A boolean input to get only published Scenarios.

publishedAt

A date range input object with starting and ending published at values.

released

A boolean input to get only released Scenarios.

releasedAt

A date range input object with starting and ending released at values.

states

A list of project states.

workInstructionTypes

A list of work instruction types.

Usages

#

References

#

  • Argument scenariosQueryArguments of field scenarios from type Group
  • Argument scenariosQueryArguments of field scenarios from type Organization
  • Argument scenariosQueryArguments of field scenarios from type Query