Co-authored-by: liyasthomas <liyascthomas@gmail.com> Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
8 lines
112 B
GraphQL
8 lines
112 B
GraphQL
query GetUserShortcodes($cursor: ID) {
|
|
myShortcodes(cursor: $cursor) {
|
|
id
|
|
request
|
|
createdOn
|
|
}
|
|
}
|