Skip to content

Commit

Permalink
update sampleModel
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Oct 11, 2021
1 parent c6aa0a8 commit 8b1814b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/sampleModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const name = "Sample"; // Change this value when creating your own model
const typeName = name;
const multiTypeName = "Samples"; // Change this value when creating your own model
export const modelDef: CreateGraphqlModelOptionsShared = {
name: "sample",
name,
schema,
graphql: {
typeName,
Expand Down

0 comments on commit 8b1814b

Please sign in to comment.