mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
correct arg type of authenticate mutation
This commit is contained in:
parent
c7cb094590
commit
92e6e88fe2
@ -1,7 +1,7 @@
|
||||
import { gql } from 'graphql-request'
|
||||
|
||||
export const authenticate = gql`
|
||||
mutation ($args: AuthenticateArgs!) {
|
||||
mutation ($args: AuthenticationArgs!) {
|
||||
authenticate(data: $args) {
|
||||
uuid
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user