Skip to content

Commit

Permalink
Merge 7e3bb11 into 69c8d63
Browse files Browse the repository at this point in the history
  • Loading branch information
aecorredor committed Dec 21, 2023
2 parents 69c8d63 + 7e3bb11 commit 584d59a
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 584d59a

Please sign in to comment.