Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: remove 4 from client generation
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Nov 7, 2019
1 parent af59d73 commit 25d192d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphback/src/client/targetContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const updateMutation = (t: Type, imports: string) => {
export const ${fieldName} = gql\`
mutation ${fieldName}($id: ID!, ${inputVariableFields(t)}) {
${fieldName}(id: $id, input: {${inputVariables(t)}}) {4
${fieldName}(id: $id, input: {${inputVariables(t)}}) {
...${t.name}Fields
}
}
Expand Down

0 comments on commit 25d192d

Please sign in to comment.