Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Dec 7, 2022
1 parent 4379213 commit e96464a
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 147 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ enum CompanyType {
One_Person @enum(value: "\\"One Person\\"")
}
input CreateUpdateUserInput {
input CreateUpdateUserInput @example(value: "{\\"firstName\\":\\"John\\",\\"lastName\\":\\"Doe\\",\\"jobTitle\\":\\"Software Developer\\"}") {
firstName: String
lastName: String
jobTitle: String
Expand Down
Loading

0 comments on commit e96464a

Please sign in to comment.