Skip to content

Add user callouts to GraphQL

Matija Čupić requested to merge mc/feature/add-user-callout-graphql into master

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ć

Merge request reports