This mutation allows login with signature
Arguments
Name | Type | Description | Required |
---|---|---|---|
Object | The signature request. | Yes |
Returns
Name | Type | Description |
---|---|---|
Object | Contains all the information from |
Mutation Schema
type Mutation {
loginWithSignature(request: SigninRequest!): Organization!
}