forked from potsda.mn/mobilizon
fix(graphql): add missing operation name for RegisterPerson
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d4489f691b
commit
a47f4f6444
|
@ -453,7 +453,7 @@ export const DELETE_PERSON = gql`
|
||||||
* Prefer CREATE_PERSON when creating another identity
|
* Prefer CREATE_PERSON when creating another identity
|
||||||
*/
|
*/
|
||||||
export const REGISTER_PERSON = gql`
|
export const REGISTER_PERSON = gql`
|
||||||
mutation (
|
mutation RegisterPerson(
|
||||||
$preferredUsername: String!
|
$preferredUsername: String!
|
||||||
$name: String!
|
$name: String!
|
||||||
$summary: String!
|
$summary: String!
|
||||||
|
|
Loading…
Reference in a new issue