Files
web-frontend/graphql/operations/auth/register-self.graphql

11 lines
164 B
GraphQL

mutation RegisterSelf($input: RegisterSelfInput!) {
registerSelf(input: $input) {
id
companyName
contactName
email
status
createdAt
}
}