No content to show
User Activity
Hello!I create a ScriptTag through scriptTagCreate:gql`
mutation scriptTagCreate($input: ScriptTagInput!) {
scriptTagCreate (input: $input) {
userErrors {
field
message
}
scriptTag {
src
displayScope
}
}
}
...