How to use graphql to add a member to a project?

Hi there,

I wish to use the new Gitlab API - graphql - to add a member to a project. I have checked docs here: GraphQL API Resources | GitLab but only find “query”. I think I need “mutation” to update a project memberlist.

Is it possible to do it?