gradido/federation/src/client/1_0/query/authenticate.ts
2023-10-26 00:05:20 +02:00

8 lines
150 B
TypeScript

import { gql } from 'graphql-request'
export const authenticate = gql`
mutation ($args: AuthenticationArgs!) {
authenticate(data: $args)
}
`