feat: Implement user invitation backend functionality
This commit is contained in:
@@ -2,12 +2,15 @@ import { gql } from '@apollo/client';
|
||||
export const CREATE_USER = gql`
|
||||
mutation CreateUser($input: CreateUserInput) {
|
||||
createUser(input: $input) {
|
||||
id
|
||||
email
|
||||
fullName
|
||||
role {
|
||||
user {
|
||||
id
|
||||
email
|
||||
fullName
|
||||
role {
|
||||
id
|
||||
}
|
||||
}
|
||||
acceptInvitationUrl
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user