correct arg type of authenticate mutation

This commit is contained in:
Claus-Peter Huebner 2023-10-25 23:40:13 +02:00
parent c7cb094590
commit 92e6e88fe2

View File

@ -1,7 +1,7 @@
import { gql } from 'graphql-request'
export const authenticate = gql`
mutation ($args: AuthenticateArgs!) {
mutation ($args: AuthenticationArgs!) {
authenticate(data: $args) {
uuid
}