Skip to content

Commit

Permalink
Update cats.types.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Jan 11, 2018
1 parent 6cbe496 commit 5caef83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/12-graphql-apollo/src/cats/cats.types.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ type Query {
}

type Mutation {
createCat(name: String, age: Int): Cat
createCat(name: String): Cat
}

type Cat {
id: Int
name: String
age: Int
humanId: Int
}
}

0 comments on commit 5caef83

Please sign in to comment.