mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Don't document that we can set IDs in mutations
This commit is contained in:
parent
81a26e14ff
commit
2d1daee23a
@ -12,8 +12,8 @@ afterEach(async () => {
|
||||
describe('users', () => {
|
||||
describe('CreateUser', () => {
|
||||
const mutation = `
|
||||
mutation($id: ID, $name: String, $password: String!, $email: String!) {
|
||||
CreateUser(id: $id, name: $name, password: $password, email: $email) {
|
||||
mutation($name: String, $password: String!, $email: String!) {
|
||||
CreateUser(name: $name, password: $password, email: $email) {
|
||||
id
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user