From 5f11c1608fe1647d960627c3310b0963c0a7b512 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Mon, 20 Nov 2023 22:32:33 +0100 Subject: [PATCH] Update `website/src/pages/docs/comparisons/graphql-zeus.mdx` --- .../src/pages/docs/comparisons/graphql-zeus.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/src/pages/docs/comparisons/graphql-zeus.mdx b/website/src/pages/docs/comparisons/graphql-zeus.mdx index 2043e3b9..6822be56 100644 --- a/website/src/pages/docs/comparisons/graphql-zeus.mdx +++ b/website/src/pages/docs/comparisons/graphql-zeus.mdx @@ -2,13 +2,13 @@ Some differences are -- Genql has hain syntax: https://genql.dev/docs/usage/using-chain-syntax -- Genql has subscriptions: https://genql.dev/docs/usage/subscriptions -- Genql has batching built in: https://genql.dev/docs/usage/batching-queries -- Genql does not support aliases -- Genql will have a big bundle size for large graphql schemas because it needs to store some schema information, this information is really compressed but it can be a problem for large schemas (see an example of this data [here](https://github.com/remorses/genql/blob/v2.4.0/example-usage/generated/types.esm.js)) -- With genql you can easily fetch all scalar fields of a type: https://genql.dev/docs/usage/selecting-fields#querying-all-fields -- Easier variables passing +- Genql has hain syntax: [https://genql.dev/docs/usage/using-chain-syntax](https://genql.dev/docs/usage/using-chain-syntax) +- Genql has subscriptions: [https://genql.dev/docs/usage/subscriptions](https://genql.dev/docs/usage/subscriptions) +- Genql has batching built in: [https://genql.dev/docs/usage/batching-queries](https://genql.dev/docs/usage/batching-queries) +- Genql does not support aliases added some more change +- Genql will have a big bundle size for large graphql schemas because it needs to store some schema information, this information is really compressed but it can be a problem for large schemas (see an example of this data [here](https://github.com/remorses/genql/blob/v2.4.0/example-usage/generated/types.esm.js)) +- With genql you can easily fetch all scalar fields of a type: [https://genql.dev/docs/usage/selecting-fields#querying-all-fields](https://genql.dev/docs/usage/selecting-fields#querying-all-fields) +- Easier variables passing graphql zeus @@ -53,4 +53,4 @@ await client.mutation({ }, ], }) -``` +``` \ No newline at end of file