Mark
Results
31
comments of
Mark
In fact, it almost works :) The schema, with a Query and a Mutation: ```graphql type Query { getUser(id: ID!): User! } type Mutation { saveUser(user: UserInput!): ID } type...