Actions
Mutation
createAction — Returns Action
No scope required
This is currently an experimental mutation, please get in contact with us before using it.
| Arguments | Type | Description |
|---|---|---|
|
user |
The The |
|
|
affectingType |
String! |
The |
|
affectingId |
The The |
|
|
action |
||
|
additional |
The
|
|
|
createdAt |
The |
Example Mutation
mutation CreateAction {
createAction {
id,
affectingType,
affectingId,
action,
timestamp
}
}