0
Q:

graphql

type Project {
  name: String
  tagline: String
  contributors: [User]
}
5
function Query_me(request) {
  return request.auth.user;
}

function User_name(user) {
  return user.getName();
}
0

New to Communities?

Join the community