Skip to content

Commit

Permalink
fix: replace 'contacts' query name w 'myContacts'
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Dec 15, 2022
1 parent cc151f3 commit 49e807f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/contact/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const CONTACT = gql`
`;

export const MY_CONTACTS = gql`
query Contacts {
query MyContacts {
myContacts {
...ContactFields
}
Expand Down

0 comments on commit 49e807f

Please sign in to comment.