OBJECT
ActionQueries
link GraphQL Schema definition
- type ActionQueries {
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- # input: [Not documented]
- (
- String, :
- Int, :
- ActionDefinitionFilter :
- ): ActionDefinitionsConnection
- # Arguments
- # after: [Not documented]
- # entityId: [Not documented]
- # first: [Not documented]
- (
- String, :
- EntityId!, :
- Int :
- ): ActionRequestConnection
- }