Skip to content

Commit

Permalink
fix: export getActivitiesQueryDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
aecorredor committed Dec 21, 2023
1 parent 69c8d63 commit 7e3bb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useActivities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { gql } from 'graphql-request';
import { useGraphQLClient } from './useGraphQLClient';
import { UseQueryOptions, useQuery } from '@tanstack/react-query';

const getActivitiesQueryDocument = gql`
export const getActivitiesQueryDocument = gql`
query GetAllActivities($input: GetAllActivitiesInput!) {
getAllActivities(input: $input) {
edges {
Expand Down

0 comments on commit 7e3bb11

Please sign in to comment.