Co-authored-by: liyasthomas <liyascthomas@gmail.com> Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
8 lines
95 B
GraphQL
8 lines
95 B
GraphQL
subscription ShortcodeCreated {
|
|
myShortcodesCreated {
|
|
id
|
|
request
|
|
createdOn
|
|
}
|
|
}
|