Skip to content

Commit

Permalink
doc: drop claims of Relay support
Browse files Browse the repository at this point in the history
This was never fully fleshed out and its probably too complex to do.
  • Loading branch information
spion authored Jul 27, 2024
1 parent d1d0c50 commit 32eda32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const FeatureList: FeatureItem[] = [
<code>TypedDocumentNode</code> which you can use with any client, such as{" "}
<a href="https://www.apollographql.com/docs/react/">Apollo</a>,{" "}
<a href="https://formidable.com/open-source/urql/docs/api/urql/">urql</a> or{" "}
<a href="https://relay.dev/">Relay</a>
<a href="https://github.com/jasonkuhrt/graphql-request">graphql-request</a>
</>
),
},
Expand Down

0 comments on commit 32eda32

Please sign in to comment.