Skip to content

Commit

Permalink
Replace duplicate CreateAuthorInput in docs with `UpdateAutho… (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldo-f authored and spawnia committed Mar 15, 2020
1 parent 3b8bd65 commit 468b697
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/3.6/guides/relationships.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,9 @@ input CreateAuthorInput {
name: String!
}

input CreateAuthorInput {
name: String!
input UpdateAuthorInput {
id: ID!
name: String
}
```

Expand Down

0 comments on commit 468b697

Please sign in to comment.