Add user callouts to GraphQL
What does this MR do?
- Adds the user callout type to GraphQL
- Adds the user callout mutation to GraphQL
Sample mutation:
mutation {
userCalloutCreate(input: { featureName: "gke_cluster_integration" }) {
userCallout {
dismissedAt
}
errors
}
}
Closes #273050 (closed)
Does this MR meet the acceptance criteria?
Conformity
Edited by Matija Čupić