John Joyce 2645aa0b5f
feat(React): Adding Properties, Documentation tabs, user search, & supporting Dataset mutations (#2093)
* Adding Properties, Documentation tabs, & supporting mutations

Co-authored-by: John Joyce <john@acryl.io>
2021-02-09 14:30:23 -08:00

11 lines
215 B
GraphQL

mutation login($username: String!, $password: String!) {
logIn(username: $username, password: $password) {
urn
username
info {
displayName
email
}
}
}