type Query {..}
Querytype Query { launches: [Launch]! launch(id: ID!): Launch me: User }
graphqlquery lifts { allLifts { name status } }