refactor(web): remove typescript
This commit is contained in:
8
packages/web/src/graphql/mutations/generate-auth-url.js
Normal file
8
packages/web/src/graphql/mutations/generate-auth-url.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const GENERATE_AUTH_URL = gql`
|
||||
mutation generateAuthUrl($input: GenerateAuthUrlInput) {
|
||||
generateAuthUrl(input: $input) {
|
||||
url
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user