You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"query": "query GetTagsQuery($input: GetTagsInput!) { result: getTags(input: $input) { ...TagFragment __typename } } fragment TagFragment on Tag { id name globalTag __typename }"