11 lines
164 B
GraphQL
11 lines
164 B
GraphQL
mutation RegisterSelf($input: RegisterSelfInput!) {
|
|
registerSelf(input: $input) {
|
|
id
|
|
companyName
|
|
contactName
|
|
email
|
|
status
|
|
createdAt
|
|
}
|
|
}
|