Skip to content

Commit

Permalink
fix: add idName to NewName template
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed May 12, 2023
1 parent af0680c commit 45ed22b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type { Create${singularPascalName}Input } from 'types/graphql'
const CREATE_${singularConstantName}_MUTATION = gql`
mutation Create${singularPascalName}Mutation($input: Create${singularPascalName}Input!) {
create${singularPascalName}(input: $input) {
id
${idName}
}
}
`
Expand Down

0 comments on commit 45ed22b

Please sign in to comment.