Skip to content
Snippets Groups Projects
Commit 950b2258 authored by Dominic Couture's avatar Dominic Couture :palm_tree:
Browse files

Update custom emoji creation mutation

parent ab8f6493
No related branches found
No related tags found
1 merge request!103061Update custom emoji creation mutation
......@@ -30,9 +30,11 @@ Parameters:
```graphql
mutation CreateCustomEmoji($groupPath: ID!) {
createCustomEmoji(input: {groupPath: $groupPath, name: "party-parrot", file: "https://cultofthepartyparrot.com/parrots/hd/parrot.gif", external: true}) {
createCustomEmoji(input: {groupPath: $groupPath, name: "party-parrot", url: "https://cultofthepartyparrot.com/parrots/hd/parrot.gif"}) {
clientMutationId
name
customEmoji {
name
}
errors
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment