Skip to content

Commit

Permalink
Fix default extend SDL
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 27, 2020
1 parent 5c619e4 commit 72b409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default-extend.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ extend type ___RootTypeName___ {

type Pet {
name: String @fake(type: firstName)
image: String @fake(type:imageUrl, imageKeywords: ["cats"] })
image: String @fake(type:imageUrl, options: { imageKeywords: ["cats"] })
}

0 comments on commit 72b409b

Please sign in to comment.