Skip to content

Commit

Permalink
fix MyMutation naming
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Nov 11, 2024
1 parent 74843e6 commit 3da8ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/api-driven/src/demo-workspace/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export async function updateFlow(client, flowId: UUID): Promise<UUID> {
export async function deleteFlow(client, flowId: UUID): Promise<UUID> {
const { delete_flows_by_pk: response } = await client.request(
gql`
mutation MyMutation($flowId: uuid!) {
mutation deleteFlow($flowId: uuid!) {
delete_flows_by_pk(id: $flowId) {
id
}
Expand Down

0 comments on commit 3da8ef4

Please sign in to comment.