Skip to content

Commit

Permalink
fix server-side oidc mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Nov 25, 2022
1 parent b3fe1dc commit dba59e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/console/plural/queries.ex
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ defmodule Console.Plural.Queries do
"""

@oidc_upsert """
mutation OIDC($id: ID!, $attributes: OidcProviderAttributes!) {
mutation OIDC($id: ID!, $attributes: OidcAttributes!) {
upsertOidcProvider(installationId: $id, attributes: $attributes) {
id
}
Expand Down

0 comments on commit dba59e9

Please sign in to comment.