chore: Rename createAuthLink as createAuthData
This commit is contained in:
9
packages/web/src/graphql/mutations/create-auth-data.ts
Normal file
9
packages/web/src/graphql/mutations/create-auth-data.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const CREATE_AUTH_DATA = gql`
|
||||
mutation createAuthData($id: String!) {
|
||||
createAuthData(id: $id) {
|
||||
url
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user