Skip to content

Commit

Permalink
adds id
Browse files Browse the repository at this point in the history
  • Loading branch information
eveporcello committed Oct 26, 2019
1 parent 3d8aa00 commit 3ce09cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/typeDefs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
A `Lift` is a chairlift, gondola, tram, funicular, pulley, rope tow, or other means of ascending a mountain.
"""
type Lift {
"""
The unique identifier for a `Lift` (id: "panorama")
"""
id: ID!
"""
The name of a `Lift`
"""
Expand Down

0 comments on commit 3ce09cf

Please sign in to comment.