Skip to content

Commit

Permalink
add graphql whitelist query
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Jun 4, 2024
1 parent c3d3a66 commit cb607ca
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

mutation UpdateNamespaceDisplayName($displayName: String!) {
updateCurrentNamespaceDisplayName(displayName: $displayName)
}

0 comments on commit cb607ca

Please sign in to comment.