diff --git a/package.json b/package.json index 1e0cfb964e..87ca77c521 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "repository": "graphql/graphql.github.io website", "private": true, - "packageManager": "pnpm@10.16.1+sha512.0e155aa2629db8672b49e8475da6226aa4bdea85fdcdfdc15350874946d4f3c91faaf64cbdc4a5d1ab8002f473d5c3fcedcd197989cf0390f9badd3c04678706", + "packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd", "scripts": { "analyze": "ANALYZE=true next build", "build": "next build", @@ -47,7 +47,9 @@ "clsx": "^2.1.1", "cm6-graphql": "^0.2.1", "date-fns": "^2.30.0", + "escape-string-regexp": "^5.0.0", "fast-glob": "^3.3.3", + "flexsearch": "0.7.43", "github-slugger": "2.0.0", "graphql": "16.10.0", "gray-matter": "^4.0.3", diff --git a/patches/nextra-theme-docs.patch b/patches/nextra-theme-docs.patch index f5c1d4a00b..b9593db463 100644 --- a/patches/nextra-theme-docs.patch +++ b/patches/nextra-theme-docs.patch @@ -1,8 +1,16 @@ diff --git a/dist/index.d.mts b/dist/index.d.mts -index 71f87bcd1dde49d7c19ad49fc098e715a76c5c10..53dffe4fbe5fb2a92cb55a0466bf95315f904e4e 100644 +index 71f87bcd1dde49d7c19ad49fc098e715a76c5c10..a0b8143b6b7ef89513c2199b956f5f87c79c3d45 100644 --- a/dist/index.d.mts +++ b/dist/index.d.mts -@@ -1421,3 +1421,24 @@ declare function ThemeSwitch({ lite, className }: ThemeSwitchProps): ReactElemen +@@ -1248,6 +1248,7 @@ interface Menu { + setMenu: Dispatch>; + } + declare const useMenu: () => Menu; ++export declare const MenuProvider: (props: { value: Menu; children: ReactNode; }) => JSX.Element; + + declare const useThemeConfig: () => { + banner: { +@@ -1421,3 +1422,24 @@ declare function ThemeSwitch({ lite, className }: ThemeSwitchProps): ReactElemen declare function Layout({ children, themeConfig, pageOpts }: NextraThemeLayoutProps): ReactElement; export { Bleed, Collapse, type PartialDocsThemeConfig as DocsThemeConfig, Link, LocaleSwitch, Navbar, NotFoundPage, SkipNavContent, SkipNavLink, ThemeSwitch, Layout as default, getComponents, useConfig, useMenu, useThemeConfig }; @@ -28,7 +36,7 @@ index 71f87bcd1dde49d7c19ad49fc098e715a76c5c10..53dffe4fbe5fb2a92cb55a0466bf9531 + flatDocsDirectories: Item[] +} diff --git a/dist/index.js b/dist/index.js -index 56201641fd965dcc5ab7c5df53e444c41293c00e..29a446663f5d24acad0389f873c5e31be910717c 100644 +index 56201641fd965dcc5ab7c5df53e444c41293c00e..71f4d353b5bd6c0fcab630330f578b5593f8596e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -100,10 +100,10 @@ IntersectionObserverContext.displayName = "IntersectionObserver"; @@ -46,6 +54,15 @@ index 56201641fd965dcc5ab7c5df53e444c41293c00e..29a446663f5d24acad0389f873c5e31b var ActiveAnchorProvider = ({ children }) => { +@@ -173,7 +173,7 @@ var MenuContext = createContext2({ + }); + MenuContext.displayName = "Menu"; + var useMenu = () => useContext2(MenuContext); +-var MenuProvider = MenuContext.Provider; ++export var MenuProvider = MenuContext.Provider; + + // src/contexts/config.tsx + import { jsx as jsx3 } from "react/jsx-runtime"; @@ -520,44 +520,6 @@ function Bleed({ ); } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c5c0cb0365..9d73c7bb42 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ patchedDependencies: hash: 007f6fda5122c6f4de34daac1f8221aa57dbe7c97563f4f6144c5c5310b2b7c8 path: patches/nextra.patch nextra-theme-docs: - hash: 8799231345920182b90fbd49ccc3481783ddbf5bd8dcea15b903a260c10d9bc0 + hash: c25310b4430bc971f964edfe5e79740a63ed5681f13d12cb8632955647b92228 path: patches/nextra-theme-docs.patch importers: @@ -88,9 +88,15 @@ importers: date-fns: specifier: ^2.30.0 version: 2.30.0 + escape-string-regexp: + specifier: ^5.0.0 + version: 5.0.0 fast-glob: specifier: ^3.3.3 version: 3.3.3 + flexsearch: + specifier: 0.7.43 + version: 0.7.43 github-slugger: specifier: 2.0.0 version: 2.0.0 @@ -132,7 +138,7 @@ importers: version: 3.3.1(patch_hash=007f6fda5122c6f4de34daac1f8221aa57dbe7c97563f4f6144c5c5310b2b7c8)(@types/react@18.3.26)(acorn@8.15.0)(next@14.2.33(@babel/core@7.28.3)(@playwright/test@1.55.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3) nextra-theme-docs: specifier: 3.3.1 - version: 3.3.1(patch_hash=8799231345920182b90fbd49ccc3481783ddbf5bd8dcea15b903a260c10d9bc0)(next@14.2.33(@babel/core@7.28.3)(@playwright/test@1.55.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@3.3.1(patch_hash=007f6fda5122c6f4de34daac1f8221aa57dbe7c97563f4f6144c5c5310b2b7c8)(@types/react@18.3.26)(acorn@8.15.0)(next@14.2.33(@babel/core@7.28.3)(@playwright/test@1.55.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 3.3.1(patch_hash=c25310b4430bc971f964edfe5e79740a63ed5681f13d12cb8632955647b92228)(next@14.2.33(@babel/core@7.28.3)(@playwright/test@1.55.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@3.3.1(patch_hash=007f6fda5122c6f4de34daac1f8221aa57dbe7c97563f4f6144c5c5310b2b7c8)(@types/react@18.3.26)(acorn@8.15.0)(next@14.2.33(@babel/core@7.28.3)(@playwright/test@1.55.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) numbro: specifier: 2.5.0 version: 2.5.0 @@ -10950,7 +10956,7 @@ snapshots: - '@babel/core' - babel-plugin-macros - nextra-theme-docs@3.3.1(patch_hash=8799231345920182b90fbd49ccc3481783ddbf5bd8dcea15b903a260c10d9bc0)(next@14.2.33(@babel/core@7.28.3)(@playwright/test@1.55.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@3.3.1(patch_hash=007f6fda5122c6f4de34daac1f8221aa57dbe7c97563f4f6144c5c5310b2b7c8)(@types/react@18.3.26)(acorn@8.15.0)(next@14.2.33(@babel/core@7.28.3)(@playwright/test@1.55.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + nextra-theme-docs@3.3.1(patch_hash=c25310b4430bc971f964edfe5e79740a63ed5681f13d12cb8632955647b92228)(next@14.2.33(@babel/core@7.28.3)(@playwright/test@1.55.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@3.3.1(patch_hash=007f6fda5122c6f4de34daac1f8221aa57dbe7c97563f4f6144c5c5310b2b7c8)(@types/react@18.3.26)(acorn@8.15.0)(next@14.2.33(@babel/core@7.28.3)(@playwright/test@1.55.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@headlessui/react': 2.2.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1) clsx: 2.1.1 diff --git a/scripts/get-github-info/github-stats.json b/scripts/get-github-info/github-stats.json index 453b431d14..905efc7208 100644 --- a/scripts/get-github-info/github-stats.json +++ b/scripts/get-github-info/github-stats.json @@ -1,51 +1,51 @@ { "altair-graphql/altair": { "hasCommitsInLast3Months": false, - "stars": 5344, + "stars": 5355, "formattedStars": "5k", "license": "MIT License", - "lastRelease": "2025-10-18T09:02:01Z", - "formattedLastRelease": "2 days ago" + "lastRelease": "2025-10-28T22:43:22Z", + "formattedLastRelease": "1 week ago" }, "apache/apisix": { "hasCommitsInLast3Months": false, - "stars": 15738, + "stars": 15805, "formattedStars": "16k", "license": "Apache License 2.0", "lastRelease": "2025-10-16T07:54:57Z", - "formattedLastRelease": "4 days ago" + "formattedLastRelease": "3 weeks ago" }, "apollographql/apollo-studio-community": { "hasCommitsInLast3Months": false, - "stars": 259, - "formattedStars": "259", + "stars": 260, + "formattedStars": "260", "license": "Unknown", "lastRelease": "", "formattedLastRelease": "" }, "ChilliCream/hotchocolate": { "hasCommitsInLast3Months": false, - "stars": 5615, + "stars": 5614, "formattedStars": "6k", "license": "MIT License", - "lastRelease": "2025-10-20T15:01:39Z", - "formattedLastRelease": "8 hours ago" + "lastRelease": "2025-10-31T07:44:48Z", + "formattedLastRelease": "6 days ago" }, "dgraph-io/dgraph": { "hasCommitsInLast3Months": false, - "stars": 21301, + "stars": 21328, "formattedStars": "21k", "license": "Apache License 2.0", "lastRelease": "2025-10-07T20:50:36Z", - "formattedLastRelease": "1 week ago" + "formattedLastRelease": "4 weeks ago" }, "yahoo/elide": { "hasCommitsInLast3Months": false, - "stars": 1017, + "stars": 1019, "formattedStars": "1k", "license": "Other", "lastRelease": "2025-09-01T03:57:54Z", - "formattedLastRelease": "1 month ago" + "formattedLastRelease": "2 months ago" }, "graphapi-io/resources": { "hasCommitsInLast3Months": false, @@ -57,31 +57,31 @@ }, "hasura/graphql-engine": { "hasCommitsInLast3Months": false, - "stars": 31754, + "stars": 31797, "formattedStars": "32k", "license": "Apache License 2.0", "lastRelease": "2025-10-14T15:20:38Z", - "formattedLastRelease": "6 days ago" + "formattedLastRelease": "3 weeks ago" }, "graphql-hive/platform": { "hasCommitsInLast3Months": false, - "stars": 463, - "formattedStars": "463", + "stars": 466, + "formattedStars": "466", "license": "MIT License", - "lastRelease": "2025-10-16T10:40:33Z", - "formattedLastRelease": "4 days ago" + "lastRelease": "2025-10-30T07:47:41Z", + "formattedLastRelease": "1 week ago" }, "Kong/insomnia": { "hasCommitsInLast3Months": false, - "stars": 37365, + "stars": 37475, "formattedStars": "37k", "license": "Apache License 2.0", - "lastRelease": "2025-09-18T07:30:33Z", - "formattedLastRelease": "1 month ago" + "lastRelease": "2025-11-03T13:06:45Z", + "formattedLastRelease": "2 days ago" }, "postmanlabs/postman-app-support": { "hasCommitsInLast3Months": false, - "stars": 5959, + "stars": 5970, "formattedStars": "6k", "license": "Unknown", "lastRelease": "", @@ -97,11 +97,11 @@ }, "TykTechnologies/tyk": { "hasCommitsInLast3Months": false, - "stars": 10425, + "stars": 10466, "formattedStars": "10k", "license": "Other", - "lastRelease": "2025-08-07T14:37:50Z", - "formattedLastRelease": "2 months ago" + "lastRelease": "2025-10-24T18:32:20Z", + "formattedLastRelease": "1 week ago" }, "twinlogix/typetta": { "hasCommitsInLast3Months": false, @@ -113,7 +113,7 @@ }, "webiny/webiny-js": { "hasCommitsInLast3Months": false, - "stars": 7864, + "stars": 7879, "formattedStars": "8k", "license": "Other", "lastRelease": "2025-09-16T08:29:00Z", @@ -124,25 +124,89 @@ "stars": 139, "formattedStars": "139", "license": "Apache License 2.0", - "lastRelease": "2025-04-11T01:29:10Z", - "formattedLastRelease": "6 months ago" + "lastRelease": "2025-11-06T10:54:08Z", + "formattedLastRelease": "14 minutes ago" + }, + "graphql-dotnet/graphql-client": { + "hasCommitsInLast3Months": false, + "stars": 644, + "formattedStars": "1k", + "license": "MIT License", + "lastRelease": "2024-05-21T07:06:30Z", + "formattedLastRelease": "1 year ago" + }, + "bkniffler/graphql-net-client": { + "hasCommitsInLast3Months": false, + "stars": 94, + "formattedStars": "94", + "license": "MIT License", + "lastRelease": "", + "formattedLastRelease": "" + }, + "linq2graphql/linq2graphql.client": { + "hasCommitsInLast3Months": false, + "stars": 8, + "formattedStars": "8", + "license": "MIT License", + "lastRelease": "2025-11-06T09:24:10Z", + "formattedLastRelease": "1 hour ago" + }, + "sahb1239/SAHB.GraphQLClient": { + "hasCommitsInLast3Months": false, + "stars": 44, + "formattedStars": "44", + "license": "MIT License", + "lastRelease": "2020-05-17T10:50:58Z", + "formattedLastRelease": "5 years ago" + }, + "byme8/ZeroQL": { + "hasCommitsInLast3Months": false, + "stars": 312, + "formattedStars": "312", + "license": "MIT License", + "lastRelease": "2025-10-14T11:58:44Z", + "formattedLastRelease": "3 weeks ago" + }, + "EntityGraphQL/EntityGraphQL": { + "hasCommitsInLast3Months": false, + "stars": 446, + "formattedStars": "446", + "license": "MIT License", + "lastRelease": "2025-09-16T00:35:14Z", + "formattedLastRelease": "1 month ago" + }, + "graphql-dotnet/graphql-dotnet": { + "hasCommitsInLast3Months": false, + "stars": 5974, + "formattedStars": "6k", + "license": "MIT License", + "lastRelease": "2025-10-23T21:34:31Z", + "formattedLastRelease": "1 week ago" + }, + "chkimes/graphql-net": { + "hasCommitsInLast3Months": false, + "stars": 888, + "formattedStars": "1k", + "license": "MIT License", + "lastRelease": "", + "formattedLastRelease": "" + }, + "rivantsov/ngraphql": { + "hasCommitsInLast3Months": false, + "stars": 47, + "formattedStars": "47", + "license": "MIT License", + "lastRelease": "", + "formattedLastRelease": "" }, "graphql/libgraphqlparser": { "hasCommitsInLast3Months": false, - "stars": 1101, + "stars": 1100, "formattedStars": "1k", "license": "MIT License", "lastRelease": "2017-10-16T21:47:42Z", "formattedLastRelease": "8 years ago" }, - "burner/graphqld": { - "hasCommitsInLast3Months": false, - "stars": 35, - "formattedStars": "35", - "license": "GNU Lesser General Public License v3.0", - "lastRelease": "2024-05-14T13:42:29Z", - "formattedLastRelease": "1 year ago" - }, "oliyh/re-graph": { "hasCommitsInLast3Months": false, "stars": 466, @@ -169,52 +233,20 @@ }, "walmartlabs/lacinia": { "hasCommitsInLast3Months": false, - "stars": 1840, + "stars": 1842, "formattedStars": "2k", "license": "Other", "lastRelease": "", "formattedLastRelease": "" }, - "graphql-dotnet/graphql-client": { + "burner/graphqld": { "hasCommitsInLast3Months": false, - "stars": 644, - "formattedStars": "1k", - "license": "MIT License", - "lastRelease": "2024-05-21T07:06:30Z", + "stars": 35, + "formattedStars": "35", + "license": "GNU Lesser General Public License v3.0", + "lastRelease": "2024-05-14T13:42:29Z", "formattedLastRelease": "1 year ago" }, - "bkniffler/graphql-net-client": { - "hasCommitsInLast3Months": false, - "stars": 94, - "formattedStars": "94", - "license": "MIT License", - "lastRelease": "", - "formattedLastRelease": "" - }, - "linq2graphql/linq2graphql.client": { - "hasCommitsInLast3Months": false, - "stars": 8, - "formattedStars": "8", - "license": "MIT License", - "lastRelease": "2025-10-07T07:20:37Z", - "formattedLastRelease": "1 week ago" - }, - "sahb1239/SAHB.GraphQLClient": { - "hasCommitsInLast3Months": false, - "stars": 44, - "formattedStars": "44", - "license": "MIT License", - "lastRelease": "2020-05-17T10:50:58Z", - "formattedLastRelease": "5 years ago" - }, - "byme8/ZeroQL": { - "hasCommitsInLast3Months": false, - "stars": 312, - "formattedStars": "312", - "license": "MIT License", - "lastRelease": "2025-10-14T11:58:44Z", - "formattedLastRelease": "6 days ago" - }, "annkissam/common_graphql_client": { "hasCommitsInLast3Months": false, "stars": 42, @@ -233,11 +265,11 @@ }, "absinthe-graphql/absinthe": { "hasCommitsInLast3Months": false, - "stars": 4367, + "stars": 4368, "formattedStars": "4k", "license": "Other", - "lastRelease": "2025-06-09T16:38:08Z", - "formattedLastRelease": "4 months ago" + "lastRelease": "2025-10-30T13:52:04Z", + "formattedLastRelease": "6 days ago" }, "graphql-elixir/graphql": { "hasCommitsInLast3Months": false, @@ -247,41 +279,9 @@ "lastRelease": "2016-09-09T04:49:46Z", "formattedLastRelease": "9 years ago" }, - "EntityGraphQL/EntityGraphQL": { - "hasCommitsInLast3Months": false, - "stars": 446, - "formattedStars": "446", - "license": "MIT License", - "lastRelease": "2025-09-16T00:35:14Z", - "formattedLastRelease": "1 month ago" - }, - "graphql-dotnet/graphql-dotnet": { - "hasCommitsInLast3Months": false, - "stars": 5969, - "formattedStars": "6k", - "license": "MIT License", - "lastRelease": "2025-09-21T17:57:29Z", - "formattedLastRelease": "4 weeks ago" - }, - "chkimes/graphql-net": { - "hasCommitsInLast3Months": false, - "stars": 888, - "formattedStars": "1k", - "license": "MIT License", - "lastRelease": "", - "formattedLastRelease": "" - }, - "rivantsov/ngraphql": { - "hasCommitsInLast3Months": false, - "stars": 46, - "formattedStars": "46", - "license": "MIT License", - "lastRelease": "", - "formattedLastRelease": "" - }, "dillonkearns/elm-graphql": { "hasCommitsInLast3Months": false, - "stars": 782, + "stars": 784, "formattedStars": "1k", "license": "BSD 3-Clause \"New\" or \"Revised\" License", "lastRelease": "", @@ -305,15 +305,15 @@ }, "zino-app/graphql-flutter": { "hasCommitsInLast3Months": false, - "stars": 3269, + "stars": 3268, "formattedStars": "3k", "license": "MIT License", - "lastRelease": "2025-09-07T10:05:12Z", - "formattedLastRelease": "1 month ago" + "lastRelease": "2025-10-21T16:42:55Z", + "formattedLastRelease": "2 weeks ago" }, "Khan/genqlient": { "hasCommitsInLast3Months": false, - "stars": 1254, + "stars": 1258, "formattedStars": "1k", "license": "MIT License", "lastRelease": "2025-05-18T19:09:08Z", @@ -321,15 +321,15 @@ }, "hasura/go-graphql-client": { "hasCommitsInLast3Months": false, - "stars": 449, - "formattedStars": "449", + "stars": 452, + "formattedStars": "452", "license": "MIT License", - "lastRelease": "2025-09-29T10:13:43Z", - "formattedLastRelease": "3 weeks ago" + "lastRelease": "2025-11-05T06:45:53Z", + "formattedLastRelease": "1 day ago" }, "shurcooL/graphql": { "hasCommitsInLast3Months": false, - "stars": 727, + "stars": 728, "formattedStars": "1k", "license": "MIT License", "lastRelease": "", @@ -337,7 +337,7 @@ }, "machinebox/graphql": { "hasCommitsInLast3Months": false, - "stars": 962, + "stars": 960, "formattedStars": "1k", "license": "Apache License 2.0", "lastRelease": "2018-05-31T14:28:32Z", @@ -345,11 +345,11 @@ }, "99designs/gqlgen": { "hasCommitsInLast3Months": false, - "stars": 10546, + "stars": 10575, "formattedStars": "11k", "license": "MIT License", "lastRelease": "2025-09-25T23:00:54Z", - "formattedLastRelease": "3 weeks ago" + "formattedLastRelease": "1 month ago" }, "andrewwphillips/eggql": { "hasCommitsInLast3Months": false, @@ -361,15 +361,15 @@ }, "appointy/jaal": { "hasCommitsInLast3Months": false, - "stars": 78, - "formattedStars": "78", + "stars": 79, + "formattedStars": "79", "license": "MIT License", "lastRelease": "2020-04-18T08:53:19Z", "formattedLastRelease": "5 years ago" }, "graph-gophers/graphql-go": { "hasCommitsInLast3Months": false, - "stars": 4727, + "stars": 4733, "formattedStars": "5k", "license": "BSD 2-Clause \"Simplified\" License", "lastRelease": "2025-09-09T11:37:07Z", @@ -377,7 +377,7 @@ }, "graphql-go/graphql": { "hasCommitsInLast3Months": false, - "stars": 10117, + "stars": 10124, "formattedStars": "10k", "license": "MIT License", "lastRelease": "2023-04-10T18:20:23Z", @@ -401,19 +401,19 @@ }, "wundergraph/graphql-go-tools": { "hasCommitsInLast3Months": false, - "stars": 787, + "stars": 790, "formattedStars": "1k", "license": "MIT License", - "lastRelease": "2025-10-20T13:49:14Z", - "formattedLastRelease": "9 hours ago" + "lastRelease": "2025-10-31T00:41:38Z", + "formattedLastRelease": "6 days ago" }, "dosco/graphjin": { "hasCommitsInLast3Months": false, - "stars": 2996, + "stars": 3000, "formattedStars": "3k", "license": "Apache License 2.0", - "lastRelease": "2025-09-18T06:22:50Z", - "formattedLastRelease": "1 month ago" + "lastRelease": "2025-11-05T07:51:12Z", + "formattedLastRelease": "1 day ago" }, "grails/gorm-graphql": { "hasCommitsInLast3Months": false, @@ -429,12 +429,12 @@ "formattedStars": "49", "license": "Apache License 2.0", "lastRelease": "2024-11-05T10:13:23Z", - "formattedLastRelease": "11 months ago" + "formattedLastRelease": "1 year ago" }, "morpheusgraphql/morpheus-graphql": { "hasCommitsInLast3Months": false, - "stars": 416, - "formattedStars": "416", + "stars": 417, + "formattedStars": "417", "license": "MIT License", "lastRelease": "2024-06-10T08:34:35Z", "formattedLastRelease": "1 year ago" @@ -457,15 +457,15 @@ }, "apollographql/apollo-kotlin": { "hasCommitsInLast3Months": false, - "stars": 3911, + "stars": 3918, "formattedStars": "4k", "license": "MIT License", "lastRelease": "2025-08-21T15:31:08Z", - "formattedLastRelease": "1 month ago" + "formattedLastRelease": "2 months ago" }, "ExpediaGroup/graphql-kotlin": { "hasCommitsInLast3Months": false, - "stars": 1784, + "stars": 1789, "formattedStars": "2k", "license": "Apache License 2.0", "lastRelease": "2025-06-16T17:02:18Z", @@ -497,19 +497,19 @@ }, "graphql-java/graphql-java": { "hasCommitsInLast3Months": false, - "stars": 6216, + "stars": 6224, "formattedStars": "6k", "license": "MIT License", "lastRelease": "2025-10-12T21:04:23Z", - "formattedLastRelease": "1 week ago" + "formattedLastRelease": "3 weeks ago" }, "babyfish-ct/jimmer": { "hasCommitsInLast3Months": false, - "stars": 1514, + "stars": 1538, "formattedStars": "2k", "license": "Apache License 2.0", - "lastRelease": "2025-10-18T13:30:49Z", - "formattedLastRelease": "2 days ago" + "lastRelease": "2025-11-04T23:19:50Z", + "formattedLastRelease": "1 day ago" }, "aPureBase/KGraphQL": { "hasCommitsInLast3Months": false, @@ -529,655 +529,655 @@ }, "netflix/dgs-framework": { "hasCommitsInLast3Months": false, - "stars": 3267, + "stars": 3270, "formattedStars": "3k", "license": "Apache License 2.0", - "lastRelease": "2025-10-15T19:54:58Z", - "formattedLastRelease": "5 days ago" + "lastRelease": "2025-10-29T17:28:56Z", + "formattedLastRelease": "1 week ago" }, "spring-projects/spring-graphql": { "hasCommitsInLast3Months": false, - "stars": 1573, + "stars": 1576, "formattedStars": "2k", "license": "Apache License 2.0", - "lastRelease": "2025-09-16T15:48:43Z", - "formattedLastRelease": "1 month ago" + "lastRelease": "2025-11-04T08:35:52Z", + "formattedLastRelease": "2 days ago" }, "graphql-java-generator/graphql-gradle-plugin-project": { "hasCommitsInLast3Months": false, - "stars": 56, - "formattedStars": "56", + "stars": 57, + "formattedStars": "57", "license": "MIT License", "lastRelease": "", "formattedLastRelease": "" }, - "neomatrixcode/Diana.jl": { + "apollographql/apollo-client": { "hasCommitsInLast3Months": false, - "stars": 117, - "formattedStars": "117", + "stars": 19663, + "formattedStars": "20k", "license": "MIT License", - "lastRelease": "2022-08-16T03:22:22Z", - "formattedLastRelease": "3 years ago" - }, - "DeloitteDigitalAPAC/GraphQLClient.jl": { - "hasCommitsInLast3Months": false, - "stars": 47, - "formattedStars": "47", - "license": "Other", - "lastRelease": "2022-10-26T16:48:16Z", - "formattedLastRelease": "2 years ago" + "lastRelease": "2025-10-31T17:11:18Z", + "formattedLastRelease": "5 days ago" }, - "andreas/ocaml-graphql-server": { + "aws-amplify/amplify-js": { "hasCommitsInLast3Months": false, - "stars": 622, - "formattedStars": "1k", - "license": "MIT License", - "lastRelease": "2022-07-08T16:26:45Z", - "formattedLastRelease": "3 years ago" + "stars": 9560, + "formattedStars": "10k", + "license": "Apache License 2.0", + "lastRelease": "2025-09-29T15:51:39Z", + "formattedLastRelease": "1 month ago" }, - "graphql-perl/graphql-perl": { + "Houfeng/gq-loader": { "hasCommitsInLast3Months": false, - "stars": 73, - "formattedStars": "73", + "stars": 59, + "formattedStars": "59", "license": "Unknown", "lastRelease": "", "formattedLastRelease": "" }, - "api-platform/api-platform": { + "gqty-dev/gqty": { "hasCommitsInLast3Months": false, - "stars": 9029, - "formattedStars": "9k", + "stars": 1030, + "formattedStars": "1k", "license": "MIT License", - "lastRelease": "2025-03-11T16:15:41Z", - "formattedLastRelease": "7 months ago" - }, - "GatoGraphQL/GatoGraphQL": { - "hasCommitsInLast3Months": false, - "stars": 374, - "formattedStars": "374", - "license": "GNU General Public License v2.0", - "lastRelease": "2025-10-17T15:10:13Z", - "formattedLastRelease": "3 days ago" + "lastRelease": "2025-10-26T19:29:38Z", + "formattedLastRelease": "1 week ago" }, - "infinityloop-dev/graphpinator": { + "grafoojs/grafoo": { "hasCommitsInLast3Months": false, - "stars": 45, - "formattedStars": "45", + "stars": 274, + "formattedStars": "274", "license": "MIT License", - "lastRelease": "2025-06-26T12:08:01Z", - "formattedLastRelease": "3 months ago" + "lastRelease": "2018-06-20T15:21:00Z", + "formattedLastRelease": "7 years ago" }, - "jerowork/graphql-attribute-schema": { + "badbatch/graphql-box": { "hasCommitsInLast3Months": false, - "stars": 16, - "formattedStars": "16", + "stars": 27, + "formattedStars": "27", "license": "MIT License", - "lastRelease": "2025-10-11T09:19:14Z", - "formattedLastRelease": "1 week ago" + "lastRelease": "", + "formattedLastRelease": "" }, - "webonyx/graphql-php": { + "nearform/graphql-hooks": { "hasCommitsInLast3Months": false, - "stars": 4694, - "formattedStars": "5k", - "license": "MIT License", - "lastRelease": "2025-10-08T10:30:00Z", - "formattedLastRelease": "1 week ago" + "stars": 1888, + "formattedStars": "2k", + "license": "Other", + "lastRelease": "2025-01-08T18:45:52Z", + "formattedLastRelease": "9 months ago" }, - "ivome/graphql-relay-php": { + "graphql/graphql-http": { "hasCommitsInLast3Months": false, - "stars": 271, - "formattedStars": "271", - "license": "BSD 3-Clause \"New\" or \"Revised\" License", - "lastRelease": "2021-04-24T19:40:30Z", - "formattedLastRelease": "4 years ago" + "stars": 355, + "formattedStars": "355", + "license": "MIT License", + "lastRelease": "2025-01-17T14:16:52Z", + "formattedLastRelease": "9 months ago" }, - "overblog/GraphQLBundle": { + "jasonkuhrt/graphql-request": { "hasCommitsInLast3Months": false, - "stars": 792, - "formattedStars": "1k", + "stars": 6068, + "formattedStars": "6k", "license": "MIT License", - "lastRelease": "2024-12-19T15:48:59Z", - "formattedLastRelease": "10 months ago" + "lastRelease": "2020-05-29T13:00:56Z", + "formattedLastRelease": "5 years ago" }, - "thecodingmachine/graphqlite": { + "enisdenjo/graphql-sse": { "hasCommitsInLast3Months": false, - "stars": 564, - "formattedStars": "1k", + "stars": 434, + "formattedStars": "434", "license": "MIT License", - "lastRelease": "2025-09-04T16:39:26Z", - "formattedLastRelease": "1 month ago" + "lastRelease": "2025-10-22T16:19:40Z", + "formattedLastRelease": "2 weeks ago" }, - "nuwave/lighthouse": { + "babyfish-ct/graphql-ts-client": { "hasCommitsInLast3Months": false, - "stars": 3459, - "formattedStars": "3k", + "stars": 149, + "formattedStars": "149", "license": "MIT License", - "lastRelease": "2025-09-11T08:07:50Z", - "formattedLastRelease": "1 month ago" + "lastRelease": "2023-12-14T03:06:21Z", + "formattedLastRelease": "1 year ago" }, - "railt/railt": { + "enisdenjo/graphql-ws": { "hasCommitsInLast3Months": false, - "stars": 361, - "formattedStars": "361", + "stars": 1840, + "formattedStars": "2k", "license": "MIT License", - "lastRelease": "2019-03-01T15:20:44Z", - "formattedLastRelease": "6 years ago" + "lastRelease": "2025-07-14T12:15:37Z", + "formattedLastRelease": "3 months ago" }, - "kepawni/serge": { + "hasura/graphqurl": { "hasCommitsInLast3Months": false, - "stars": 6, - "formattedStars": "6", - "license": "GNU General Public License v3.0", + "stars": 3375, + "formattedStars": "3k", + "license": "Apache License 2.0", "lastRelease": "", "formattedLastRelease": "" }, - "leocavalcante/siler": { + "kadirahq/lokka": { "hasCommitsInLast3Months": false, - "stars": 1114, - "formattedStars": "1k", + "stars": 1529, + "formattedStars": "2k", "license": "MIT License", - "lastRelease": "2021-01-27T19:41:57Z", - "formattedLastRelease": "4 years ago" + "lastRelease": "", + "formattedLastRelease": "" }, - "wp-graphql/wp-graphql": { + "choojs/nanographql": { "hasCommitsInLast3Months": false, - "stars": 3750, - "formattedStars": "4k", - "license": "GNU General Public License v3.0", - "lastRelease": "2025-10-14T17:40:19Z", - "formattedLastRelease": "6 days ago" + "stars": 422, + "formattedStars": "422", + "license": "MIT License", + "lastRelease": "", + "formattedLastRelease": "" }, - "mirumee/ariadne-codegen": { + "facebook/relay": { "hasCommitsInLast3Months": false, - "stars": 354, - "formattedStars": "354", - "license": "BSD 3-Clause \"New\" or \"Revised\" License", - "lastRelease": "2025-10-13T06:38:02Z", + "stars": 18878, + "formattedStars": "19k", + "license": "MIT License", + "lastRelease": "2025-08-06T23:45:00Z", + "formattedLastRelease": "3 months ago" + }, + "FormidableLabs/urql": { + "hasCommitsInLast3Months": false, + "stars": 8890, + "formattedStars": "9k", + "license": "MIT License", + "lastRelease": "2025-08-29T08:06:41Z", + "formattedLastRelease": "2 months ago" + }, + "apollographql/apollo-server": { + "hasCommitsInLast3Months": false, + "stars": 13917, + "formattedStars": "14k", + "license": "MIT License", + "lastRelease": "2025-10-28T15:47:16Z", "formattedLastRelease": "1 week ago" }, - "graphql-python/gql": { + "graphql/graphql-js": { "hasCommitsInLast3Months": false, - "stars": 1639, - "formattedStars": "2k", + "stars": 20271, + "formattedStars": "20k", "license": "MIT License", - "lastRelease": "2025-09-05T14:22:54Z", - "formattedLastRelease": "1 month ago" + "lastRelease": "2025-11-01T14:18:53Z", + "formattedLastRelease": "4 days ago" }, - "denisart/graphql-query": { + "dotansimha/graphql-yoga": { "hasCommitsInLast3Months": false, - "stars": 66, - "formattedStars": "66", + "stars": 8447, + "formattedStars": "8k", "license": "MIT License", - "lastRelease": "2024-07-31T10:54:53Z", - "formattedLastRelease": "1 year ago" + "lastRelease": "2025-11-04T15:51:36Z", + "formattedLastRelease": "1 day ago" }, - "prisma-labs/python-graphql-client": { + "mercurius-js/mercurius": { "hasCommitsInLast3Months": false, - "stars": 156, - "formattedStars": "156", + "stars": 2450, + "formattedStars": "2k", "license": "MIT License", - "lastRelease": "", - "formattedLastRelease": "" + "lastRelease": "2025-10-10T09:11:58Z", + "formattedLastRelease": "3 weeks ago" }, - "dsal3389/ql": { + "getcronit/pylon": { "hasCommitsInLast3Months": false, - "stars": 9, - "formattedStars": "9", - "license": "Unknown", - "lastRelease": "2025-02-04T17:36:51Z", - "formattedLastRelease": "8 months ago" + "stars": 342, + "formattedStars": "342", + "license": "Apache License 2.0", + "lastRelease": "2025-10-01T08:35:15Z", + "formattedLastRelease": "1 month ago" }, - "qlient-org/python-qlient": { + "neomatrixcode/Diana.jl": { "hasCommitsInLast3Months": false, - "stars": 46, - "formattedStars": "46", + "stars": 117, + "formattedStars": "117", "license": "MIT License", - "lastRelease": "2022-07-29T16:10:08Z", + "lastRelease": "2022-08-16T03:22:22Z", "formattedLastRelease": "3 years ago" }, - "profusion/sgqlc": { + "DeloitteDigitalAPAC/GraphQLClient.jl": { "hasCommitsInLast3Months": false, - "stars": 543, - "formattedStars": "1k", + "stars": 47, + "formattedStars": "47", + "license": "Other", + "lastRelease": "2022-10-26T16:48:16Z", + "formattedLastRelease": "3 years ago" + }, + "networkimprov/brangr": { + "hasCommitsInLast3Months": false, + "stars": 4, + "formattedStars": "4", + "license": "Mozilla Public License 2.0", + "lastRelease": "2023-06-02T09:20:18Z", + "formattedLastRelease": "2 years ago" + }, + "hayes/giraphql": { + "hasCommitsInLast3Months": false, + "stars": 2547, + "formattedStars": "3k", "license": "ISC License", - "lastRelease": "", - "formattedLastRelease": "" + "lastRelease": "2025-10-20T17:43:11Z", + "formattedLastRelease": "2 weeks ago" }, - "mirumee/ariadne": { + "graphql/graphiql": { "hasCommitsInLast3Months": false, - "stars": 2298, + "stars": 16687, + "formattedStars": "17k", + "license": "MIT License", + "lastRelease": "2025-11-01T22:30:04Z", + "formattedLastRelease": "4 days ago" + }, + "Urigo/graphql-cli": { + "hasCommitsInLast3Months": false, + "stars": 2018, "formattedStars": "2k", - "license": "BSD 3-Clause \"New\" or \"Revised\" License", - "lastRelease": "2025-04-18T08:27:47Z", - "formattedLastRelease": "6 months ago" + "license": "MIT License", + "lastRelease": "2020-10-07T12:54:45Z", + "formattedLastRelease": "5 years ago" }, - "yefeza/django-graphbox": { + "dotansimha/graphql-code-generator": { "hasCommitsInLast3Months": false, - "stars": 15, - "formattedStars": "15", + "stars": 11170, + "formattedStars": "11k", "license": "MIT License", - "lastRelease": "2024-03-23T21:41:41Z", - "formattedLastRelease": "1 year ago" + "lastRelease": "2025-10-30T14:30:07Z", + "formattedLastRelease": "6 days ago" }, - "juanjcardona13/graphene_django_cruddals": { + "kamilkisiela/graphql-config": { "hasCommitsInLast3Months": false, - "stars": 16, - "formattedStars": "16", - "license": "Apache License 2.0", - "lastRelease": "", - "formattedLastRelease": "" + "stars": 1194, + "formattedStars": "1k", + "license": "MIT License", + "lastRelease": "2025-04-28T15:15:29Z", + "formattedLastRelease": "6 months ago" }, - "graphql-python/graphene": { + "dimaMachina/graphql-eslint/": { "hasCommitsInLast3Months": false, - "stars": 8226, - "formattedStars": "8k", + "stars": 831, + "formattedStars": "1k", "license": "MIT License", - "lastRelease": "2024-11-09T20:43:58Z", - "formattedLastRelease": "11 months ago" + "lastRelease": "2025-03-26T14:11:23Z", + "formattedLastRelease": "7 months ago" }, - "strawberry-graphql/strawberry": { + "kamilkisiela/graphql-inspector": { "hasCommitsInLast3Months": false, - "stars": 4445, - "formattedStars": "4k", + "stars": 1726, + "formattedStars": "2k", "license": "MIT License", - "lastRelease": "2025-10-18T20:31:24Z", - "formattedLastRelease": "2 days ago" + "lastRelease": "2024-12-09T13:34:14Z", + "formattedLastRelease": "10 months ago" }, - "tartiflette/tartiflette": { + "graphql/graphql-language-service": { "hasCommitsInLast3Months": false, - "stars": 857, - "formattedStars": "1k", + "stars": 418, + "formattedStars": "418", + "license": "Unknown", + "lastRelease": "", + "formattedLastRelease": "" + }, + "n1ru4l/graphql-live-query": { + "hasCommitsInLast3Months": false, + "stars": 439, + "formattedStars": "439", "license": "MIT License", - "lastRelease": "2021-11-15T11:05:03Z", + "lastRelease": "2022-07-29T09:27:53Z", "formattedLastRelease": "3 years ago" }, - "ropensci/ghql": { + "Urigo/graphql-mesh": { "hasCommitsInLast3Months": false, - "stars": 148, - "formattedStars": "148", - "license": "Other", - "lastRelease": "2025-09-08T08:41:00Z", - "formattedLastRelease": "1 month ago" + "stars": 3450, + "formattedStars": "3k", + "license": "MIT License", + "lastRelease": "2025-11-05T20:58:23Z", + "formattedLastRelease": "14 hours ago" }, - "ohler55/agoo": { + "maticzav/graphql-middleware": { "hasCommitsInLast3Months": false, - "stars": 922, + "stars": 1148, "formattedStars": "1k", "license": "MIT License", - "lastRelease": "2025-09-24T22:20:23Z", - "formattedLastRelease": "3 weeks ago" + "lastRelease": "2023-07-07T16:38:02Z", + "formattedLastRelease": "2 years ago" }, - "rmosolgo/graphql-ruby": { + "Urigo/graphql-modules": { "hasCommitsInLast3Months": false, - "stars": 5424, - "formattedStars": "5k", + "stars": 1329, + "formattedStars": "1k", "license": "MIT License", - "lastRelease": "2025-07-19T17:15:49Z", - "formattedLastRelease": "3 months ago" + "lastRelease": "2025-02-19T10:43:37Z", + "formattedLastRelease": "8 months ago" }, - "virtualshield/rails-graphql": { + "Urigo/graphql-scalars": { "hasCommitsInLast3Months": false, - "stars": 187, - "formattedStars": "187", + "stars": 1924, + "formattedStars": "2k", "license": "MIT License", - "lastRelease": "2025-08-25T17:53:38Z", - "formattedLastRelease": "1 month ago" + "lastRelease": "2025-10-14T23:00:24Z", + "formattedLastRelease": "3 weeks ago" }, - "apollographql/apollo-client": { + "maticzav/graphql-shield": { "hasCommitsInLast3Months": false, - "stars": 19658, - "formattedStars": "20k", + "stars": 3569, + "formattedStars": "4k", "license": "MIT License", - "lastRelease": "2025-10-10T15:51:43Z", - "formattedLastRelease": "1 week ago" + "lastRelease": "2022-11-22T19:08:37Z", + "formattedLastRelease": "2 years ago" }, - "aws-amplify/amplify-js": { + "ardatan/graphql-tools": { "hasCommitsInLast3Months": false, - "stars": 9560, - "formattedStars": "10k", - "license": "Apache License 2.0", - "lastRelease": "2025-09-29T15:51:39Z", - "formattedLastRelease": "3 weeks ago" + "stars": 5420, + "formattedStars": "5k", + "license": "MIT License", + "lastRelease": "2025-11-04T15:42:44Z", + "formattedLastRelease": "1 day ago" }, - "Houfeng/gq-loader": { + "anvilco/graphql-introspection-tools": { "hasCommitsInLast3Months": false, - "stars": 59, - "formattedStars": "59", - "license": "Unknown", + "stars": 36, + "formattedStars": "36", + "license": "MIT License", "lastRelease": "", "formattedLastRelease": "" }, - "gqty-dev/gqty": { + "graphile/postgraphile": { "hasCommitsInLast3Months": false, - "stars": 1026, - "formattedStars": "1k", - "license": "MIT License", - "lastRelease": "2025-10-09T07:29:27Z", - "formattedLastRelease": "1 week ago" + "stars": 12837, + "formattedStars": "13k", + "license": "Other", + "lastRelease": "2023-10-05T16:27:00Z", + "formattedLastRelease": "2 years ago" }, - "grafoojs/grafoo": { + "Urigo/SOFA": { "hasCommitsInLast3Months": false, - "stars": 274, - "formattedStars": "274", + "stars": 1110, + "formattedStars": "1k", "license": "MIT License", - "lastRelease": "2018-06-20T15:21:00Z", - "formattedLastRelease": "7 years ago" + "lastRelease": "2024-12-16T10:06:41Z", + "formattedLastRelease": "10 months ago" }, - "badbatch/graphql-box": { + "anvilco/spectaql": { "hasCommitsInLast3Months": false, - "stars": 28, - "formattedStars": "28", + "stars": 1189, + "formattedStars": "1k", "license": "MIT License", "lastRelease": "", "formattedLastRelease": "" }, - "nearform/graphql-hooks": { + "andreas/ocaml-graphql-server": { "hasCommitsInLast3Months": false, - "stars": 1890, - "formattedStars": "2k", - "license": "Other", - "lastRelease": "2025-01-08T18:45:52Z", - "formattedLastRelease": "9 months ago" + "stars": 621, + "formattedStars": "1k", + "license": "MIT License", + "lastRelease": "2022-07-08T16:26:45Z", + "formattedLastRelease": "3 years ago" }, - "graphql/graphql-http": { + "graphql-perl/graphql-perl": { "hasCommitsInLast3Months": false, - "stars": 354, - "formattedStars": "354", - "license": "MIT License", - "lastRelease": "2025-01-17T14:16:52Z", - "formattedLastRelease": "9 months ago" + "stars": 73, + "formattedStars": "73", + "license": "Unknown", + "lastRelease": "", + "formattedLastRelease": "" }, - "jasonkuhrt/graphql-request": { + "api-platform/api-platform": { "hasCommitsInLast3Months": false, - "stars": 6058, - "formattedStars": "6k", + "stars": 9041, + "formattedStars": "9k", "license": "MIT License", - "lastRelease": "2025-10-18T20:40:58Z", - "formattedLastRelease": "2 days ago" + "lastRelease": "2025-03-11T16:15:41Z", + "formattedLastRelease": "7 months ago" }, - "enisdenjo/graphql-sse": { + "GatoGraphQL/GatoGraphQL": { "hasCommitsInLast3Months": false, - "stars": 432, - "formattedStars": "432", - "license": "MIT License", - "lastRelease": "2025-01-10T11:57:20Z", - "formattedLastRelease": "9 months ago" + "stars": 376, + "formattedStars": "376", + "license": "GNU General Public License v2.0", + "lastRelease": "2025-10-17T15:10:13Z", + "formattedLastRelease": "2 weeks ago" }, - "babyfish-ct/graphql-ts-client": { + "infinityloop-dev/graphpinator": { "hasCommitsInLast3Months": false, - "stars": 149, - "formattedStars": "149", + "stars": 45, + "formattedStars": "45", "license": "MIT License", - "lastRelease": "2023-12-14T03:06:21Z", - "formattedLastRelease": "1 year ago" + "lastRelease": "2025-06-26T12:08:01Z", + "formattedLastRelease": "4 months ago" }, - "enisdenjo/graphql-ws": { + "jerowork/graphql-attribute-schema": { "hasCommitsInLast3Months": false, - "stars": 1837, - "formattedStars": "2k", + "stars": 16, + "formattedStars": "16", "license": "MIT License", - "lastRelease": "2025-07-14T12:15:37Z", - "formattedLastRelease": "3 months ago" + "lastRelease": "2025-10-11T09:19:14Z", + "formattedLastRelease": "3 weeks ago" }, - "hasura/graphqurl": { + "webonyx/graphql-php": { "hasCommitsInLast3Months": false, - "stars": 3374, - "formattedStars": "3k", - "license": "Apache License 2.0", - "lastRelease": "", - "formattedLastRelease": "" + "stars": 4696, + "formattedStars": "5k", + "license": "MIT License", + "lastRelease": "2025-10-25T09:34:10Z", + "formattedLastRelease": "1 week ago" }, - "kadirahq/lokka": { + "ivome/graphql-relay-php": { "hasCommitsInLast3Months": false, - "stars": 1529, - "formattedStars": "2k", - "license": "MIT License", - "lastRelease": "", - "formattedLastRelease": "" + "stars": 272, + "formattedStars": "272", + "license": "BSD 3-Clause \"New\" or \"Revised\" License", + "lastRelease": "2021-04-24T19:40:30Z", + "formattedLastRelease": "4 years ago" }, - "choojs/nanographql": { + "overblog/GraphQLBundle": { "hasCommitsInLast3Months": false, - "stars": 420, - "formattedStars": "420", + "stars": 792, + "formattedStars": "1k", "license": "MIT License", - "lastRelease": "", - "formattedLastRelease": "" + "lastRelease": "2025-10-31T08:00:22Z", + "formattedLastRelease": "6 days ago" }, - "facebook/relay": { + "thecodingmachine/graphqlite": { "hasCommitsInLast3Months": false, - "stars": 18870, - "formattedStars": "19k", + "stars": 564, + "formattedStars": "1k", "license": "MIT License", - "lastRelease": "2025-08-06T23:45:00Z", + "lastRelease": "2025-09-04T16:39:26Z", "formattedLastRelease": "2 months ago" }, - "FormidableLabs/urql": { + "nuwave/lighthouse": { "hasCommitsInLast3Months": false, - "stars": 8876, - "formattedStars": "9k", + "stars": 3462, + "formattedStars": "3k", "license": "MIT License", - "lastRelease": "2025-08-29T08:06:41Z", + "lastRelease": "2025-09-11T08:07:50Z", "formattedLastRelease": "1 month ago" }, - "apollographql/apollo-server": { + "railt/railt": { "hasCommitsInLast3Months": false, - "stars": 13916, - "formattedStars": "14k", + "stars": 361, + "formattedStars": "361", "license": "MIT License", - "lastRelease": "2025-07-17T16:58:26Z", - "formattedLastRelease": "3 months ago" + "lastRelease": "2019-03-01T15:20:44Z", + "formattedLastRelease": "6 years ago" }, - "graphql/graphql-js": { + "kepawni/serge": { "hasCommitsInLast3Months": false, - "stars": 20261, - "formattedStars": "20k", - "license": "MIT License", - "lastRelease": "2025-06-11T16:37:17Z", - "formattedLastRelease": "4 months ago" + "stars": 6, + "formattedStars": "6", + "license": "GNU General Public License v3.0", + "lastRelease": "", + "formattedLastRelease": "" }, - "dotansimha/graphql-yoga": { + "leocavalcante/siler": { "hasCommitsInLast3Months": false, - "stars": 8442, - "formattedStars": "8k", + "stars": 1114, + "formattedStars": "1k", "license": "MIT License", - "lastRelease": "2025-09-19T16:33:06Z", - "formattedLastRelease": "1 month ago" + "lastRelease": "2021-01-27T19:41:57Z", + "formattedLastRelease": "4 years ago" }, - "mercurius-js/mercurius": { + "wp-graphql/wp-graphql": { "hasCommitsInLast3Months": false, - "stars": 2446, - "formattedStars": "2k", - "license": "MIT License", - "lastRelease": "2025-10-10T09:11:58Z", - "formattedLastRelease": "1 week ago" + "stars": 3757, + "formattedStars": "4k", + "license": "GNU General Public License v3.0", + "lastRelease": "2025-10-30T16:56:08Z", + "formattedLastRelease": "6 days ago" }, - "getcronit/pylon": { + "mirumee/ariadne-codegen": { "hasCommitsInLast3Months": false, - "stars": 341, - "formattedStars": "341", - "license": "Apache License 2.0", - "lastRelease": "2025-10-01T08:35:15Z", - "formattedLastRelease": "2 weeks ago" + "stars": 359, + "formattedStars": "359", + "license": "BSD 3-Clause \"New\" or \"Revised\" License", + "lastRelease": "2025-10-13T06:38:02Z", + "formattedLastRelease": "3 weeks ago" }, - "obmarg/cynic": { + "graphql-python/gql": { "hasCommitsInLast3Months": false, - "stars": 435, - "formattedStars": "435", - "license": "Mozilla Public License 2.0", - "lastRelease": "2025-08-19T19:37:22Z", + "stars": 1645, + "formattedStars": "2k", + "license": "MIT License", + "lastRelease": "2025-09-05T14:22:54Z", "formattedLastRelease": "2 months ago" }, - "arthurkhlghatyan/gql-client-rs": { + "denisart/graphql-query": { "hasCommitsInLast3Months": false, - "stars": 51, - "formattedStars": "51", + "stars": 66, + "formattedStars": "66", "license": "MIT License", - "lastRelease": "2025-06-07T14:31:10Z", - "formattedLastRelease": "4 months ago" - }, - "networkimprov/brangr": { - "hasCommitsInLast3Months": false, - "stars": 4, - "formattedStars": "4", - "license": "Mozilla Public License 2.0", - "lastRelease": "2023-06-02T09:20:18Z", - "formattedLastRelease": "2 years ago" - }, - "hayes/giraphql": { - "hasCommitsInLast3Months": false, - "stars": 2539, - "formattedStars": "3k", - "license": "ISC License", - "lastRelease": "2025-10-20T17:43:11Z", - "formattedLastRelease": "5 hours ago" + "lastRelease": "2024-07-31T10:54:53Z", + "formattedLastRelease": "1 year ago" }, - "graphql/graphiql": { + "prisma-labs/python-graphql-client": { "hasCommitsInLast3Months": false, - "stars": 16666, - "formattedStars": "17k", + "stars": 156, + "formattedStars": "156", "license": "MIT License", - "lastRelease": "2025-07-19T17:43:48Z", - "formattedLastRelease": "3 months ago" + "lastRelease": "", + "formattedLastRelease": "" }, - "Urigo/graphql-cli": { + "dsal3389/ql": { "hasCommitsInLast3Months": false, - "stars": 2018, - "formattedStars": "2k", - "license": "MIT License", - "lastRelease": "2020-10-07T12:54:45Z", - "formattedLastRelease": "5 years ago" + "stars": 9, + "formattedStars": "9", + "license": "Unknown", + "lastRelease": "2025-02-04T17:36:51Z", + "formattedLastRelease": "9 months ago" }, - "dotansimha/graphql-code-generator": { + "qlient-org/python-qlient": { "hasCommitsInLast3Months": false, - "stars": 11161, - "formattedStars": "11k", + "stars": 46, + "formattedStars": "46", "license": "MIT License", - "lastRelease": "2025-10-06T11:42:38Z", - "formattedLastRelease": "2 weeks ago" + "lastRelease": "2022-07-29T16:10:08Z", + "formattedLastRelease": "3 years ago" }, - "kamilkisiela/graphql-config": { + "profusion/sgqlc": { "hasCommitsInLast3Months": false, - "stars": 1193, + "stars": 546, "formattedStars": "1k", - "license": "MIT License", - "lastRelease": "2025-04-28T15:15:29Z", - "formattedLastRelease": "5 months ago" + "license": "ISC License", + "lastRelease": "", + "formattedLastRelease": "" }, - "dimaMachina/graphql-eslint/": { + "mirumee/ariadne": { "hasCommitsInLast3Months": false, - "stars": 831, - "formattedStars": "1k", - "license": "MIT License", - "lastRelease": "2025-03-26T14:11:23Z", + "stars": 2306, + "formattedStars": "2k", + "license": "BSD 3-Clause \"New\" or \"Revised\" License", + "lastRelease": "2025-04-18T08:27:47Z", "formattedLastRelease": "6 months ago" }, - "kamilkisiela/graphql-inspector": { + "yefeza/django-graphbox": { "hasCommitsInLast3Months": false, - "stars": 1725, - "formattedStars": "2k", + "stars": 15, + "formattedStars": "15", "license": "MIT License", - "lastRelease": "2024-12-09T13:34:14Z", - "formattedLastRelease": "10 months ago" + "lastRelease": "2024-03-23T21:41:41Z", + "formattedLastRelease": "1 year ago" }, - "graphql/graphql-language-service": { + "juanjcardona13/graphene_django_cruddals": { "hasCommitsInLast3Months": false, - "stars": 418, - "formattedStars": "418", - "license": "Unknown", + "stars": 16, + "formattedStars": "16", + "license": "Apache License 2.0", "lastRelease": "", "formattedLastRelease": "" }, - "n1ru4l/graphql-live-query": { - "hasCommitsInLast3Months": false, - "stars": 438, - "formattedStars": "438", - "license": "MIT License", - "lastRelease": "2022-07-29T09:27:53Z", - "formattedLastRelease": "3 years ago" - }, - "Urigo/graphql-mesh": { + "graphql-python/graphene": { "hasCommitsInLast3Months": false, - "stars": 3443, - "formattedStars": "3k", + "stars": 8233, + "formattedStars": "8k", "license": "MIT License", - "lastRelease": "2025-10-14T12:56:40Z", - "formattedLastRelease": "6 days ago" + "lastRelease": "2024-11-09T20:43:58Z", + "formattedLastRelease": "11 months ago" }, - "maticzav/graphql-middleware": { + "strawberry-graphql/strawberry": { "hasCommitsInLast3Months": false, - "stars": 1149, - "formattedStars": "1k", + "stars": 4457, + "formattedStars": "4k", "license": "MIT License", - "lastRelease": "2023-07-07T16:38:02Z", - "formattedLastRelease": "2 years ago" + "lastRelease": "2025-11-05T19:14:26Z", + "formattedLastRelease": "15 hours ago" }, - "Urigo/graphql-modules": { + "tartiflette/tartiflette": { "hasCommitsInLast3Months": false, - "stars": 1330, + "stars": 856, "formattedStars": "1k", "license": "MIT License", - "lastRelease": "2025-02-19T10:43:37Z", - "formattedLastRelease": "8 months ago" + "lastRelease": "2021-11-15T11:05:03Z", + "formattedLastRelease": "3 years ago" }, - "Urigo/graphql-scalars": { + "ropensci/ghql": { "hasCommitsInLast3Months": false, - "stars": 1922, - "formattedStars": "2k", - "license": "MIT License", - "lastRelease": "2025-10-14T23:00:24Z", - "formattedLastRelease": "6 days ago" + "stars": 149, + "formattedStars": "149", + "license": "Other", + "lastRelease": "2025-09-08T08:41:00Z", + "formattedLastRelease": "1 month ago" }, - "maticzav/graphql-shield": { + "ohler55/agoo": { "hasCommitsInLast3Months": false, - "stars": 3566, - "formattedStars": "4k", + "stars": 924, + "formattedStars": "1k", "license": "MIT License", - "lastRelease": "2022-11-22T19:08:37Z", - "formattedLastRelease": "2 years ago" + "lastRelease": "2025-09-24T22:20:23Z", + "formattedLastRelease": "1 month ago" }, - "ardatan/graphql-tools": { + "rmosolgo/graphql-ruby": { "hasCommitsInLast3Months": false, - "stars": 5413, + "stars": 5427, "formattedStars": "5k", "license": "MIT License", - "lastRelease": "2025-09-22T19:23:14Z", - "formattedLastRelease": "4 weeks ago" + "lastRelease": "2025-07-19T17:15:49Z", + "formattedLastRelease": "3 months ago" }, - "anvilco/graphql-introspection-tools": { + "virtualshield/rails-graphql": { "hasCommitsInLast3Months": false, - "stars": 35, - "formattedStars": "35", + "stars": 187, + "formattedStars": "187", "license": "MIT License", - "lastRelease": "", - "formattedLastRelease": "" - }, - "graphile/postgraphile": { - "hasCommitsInLast3Months": false, - "stars": 12826, - "formattedStars": "13k", - "license": "Other", - "lastRelease": "2023-10-05T16:27:00Z", - "formattedLastRelease": "2 years ago" + "lastRelease": "2025-08-25T17:53:38Z", + "formattedLastRelease": "2 months ago" }, - "Urigo/SOFA": { + "obmarg/cynic": { "hasCommitsInLast3Months": false, - "stars": 1108, - "formattedStars": "1k", - "license": "MIT License", - "lastRelease": "2024-12-16T10:06:41Z", - "formattedLastRelease": "10 months ago" + "stars": 440, + "formattedStars": "440", + "license": "Mozilla Public License 2.0", + "lastRelease": "2025-08-19T19:37:22Z", + "formattedLastRelease": "2 months ago" }, - "anvilco/spectaql": { + "arthurkhlghatyan/gql-client-rs": { "hasCommitsInLast3Months": false, - "stars": 1185, - "formattedStars": "1k", + "stars": 51, + "formattedStars": "51", "license": "MIT License", - "lastRelease": "", - "formattedLastRelease": "" + "lastRelease": "2025-06-07T14:31:10Z", + "formattedLastRelease": "4 months ago" }, "async-graphql/async-graphql": { "hasCommitsInLast3Months": false, - "stars": 3582, + "stars": 3585, "formattedStars": "4k", "license": "Apache License 2.0", "lastRelease": "", @@ -1185,7 +1185,7 @@ }, "graphql-rust/juniper": { "hasCommitsInLast3Months": false, - "stars": 5887, + "stars": 5899, "formattedStars": "6k", "license": "Other", "lastRelease": "2025-09-08T23:23:40Z", @@ -1193,7 +1193,7 @@ }, "ghostdogpr/caliban": { "hasCommitsInLast3Months": false, - "stars": 977, + "stars": 975, "formattedStars": "1k", "license": "Apache License 2.0", "lastRelease": "2025-07-14T00:24:20Z", @@ -1201,23 +1201,23 @@ }, "sangria-graphql/sangria": { "hasCommitsInLast3Months": false, - "stars": 1958, + "stars": 1957, "formattedStars": "2k", "license": "Apache License 2.0", "lastRelease": "2025-10-20T11:40:30Z", - "formattedLastRelease": "11 hours ago" + "formattedLastRelease": "2 weeks ago" }, "apollographql/apollo-ios": { "hasCommitsInLast3Months": false, - "stars": 3996, + "stars": 4005, "formattedStars": "4k", "license": "MIT License", - "lastRelease": "2025-10-14T16:43:14Z", - "formattedLastRelease": "6 days ago" + "lastRelease": "2025-11-05T23:30:57Z", + "formattedLastRelease": "11 hours ago" }, "nerdsupremacist/Graphaello": { "hasCommitsInLast3Months": false, - "stars": 500, + "stars": 501, "formattedStars": "1k", "license": "MIT License", "lastRelease": "2021-12-19T22:21:30Z", @@ -1241,11 +1241,11 @@ }, "GraphQLSwift/Graphiti": { "hasCommitsInLast3Months": false, - "stars": 552, + "stars": 553, "formattedStars": "1k", "license": "MIT License", "lastRelease": "2025-08-21T19:30:20Z", - "formattedLastRelease": "1 month ago" + "formattedLastRelease": "2 months ago" }, "nerdsupremacist/GraphZahl": { "hasCommitsInLast3Months": false, @@ -1257,16 +1257,16 @@ }, "apollographql/router": { "hasCommitsInLast3Months": false, - "stars": 934, + "stars": 936, "formattedStars": "1k", "license": "Other", - "lastRelease": "2025-10-01T17:36:59Z", - "formattedLastRelease": "2 weeks ago" + "lastRelease": "2025-11-04T16:58:39Z", + "formattedLastRelease": "1 day ago" }, "eerimoq/gqt": { "hasCommitsInLast3Months": false, - "stars": 470, - "formattedStars": "470", + "stars": 471, + "formattedStars": "471", "license": "MIT License", "lastRelease": "", "formattedLastRelease": "" @@ -1277,7 +1277,7 @@ "formattedStars": "1k", "license": "MIT License", "lastRelease": "2025-08-22T13:32:40Z", - "formattedLastRelease": "1 month ago" + "formattedLastRelease": "2 months ago" }, "ldebruijn/graphql-protect": { "hasCommitsInLast3Months": false, @@ -1289,23 +1289,23 @@ }, "graphql-hive/gateway": { "hasCommitsInLast3Months": false, - "stars": 62, - "formattedStars": "62", + "stars": 65, + "formattedStars": "65", "license": "MIT License", - "lastRelease": "2025-10-13T09:50:34Z", - "formattedLastRelease": "1 week ago" + "lastRelease": "2025-11-01T14:42:06Z", + "formattedLastRelease": "4 days ago" }, "microcks/microcks": { "hasCommitsInLast3Months": false, - "stars": 1725, + "stars": 1733, "formattedStars": "2k", "license": "Apache License 2.0", - "lastRelease": "2025-07-21T12:44:11Z", - "formattedLastRelease": "3 months ago" + "lastRelease": "2025-10-25T15:08:00Z", + "formattedLastRelease": "1 week ago" }, "glideapps/quicktype": { "hasCommitsInLast3Months": false, - "stars": 13375, + "stars": 13414, "formattedStars": "13k", "license": "Apache License 2.0", "lastRelease": "", @@ -1313,18 +1313,18 @@ }, "schemathesis/schemathesis": { "hasCommitsInLast3Months": false, - "stars": 2786, + "stars": 2828, "formattedStars": "3k", "license": "MIT License", - "lastRelease": "2025-10-20T22:30:18Z", - "formattedLastRelease": "54 minutes ago" + "lastRelease": "2025-11-06T00:26:15Z", + "formattedLastRelease": "10 hours ago" }, "wundergraph/cosmo": { "hasCommitsInLast3Months": false, - "stars": 1097, + "stars": 1111, "formattedStars": "1k", "license": "Apache License 2.0", - "lastRelease": "2025-10-20T15:08:25Z", - "formattedLastRelease": "8 hours ago" + "lastRelease": "2025-10-31T01:22:40Z", + "formattedLastRelease": "6 days ago" } } \ No newline at end of file diff --git a/scripts/get-github-info/last-success.isodate b/scripts/get-github-info/last-success.isodate index 51a2963d36..9c9f6ca7ec 100644 --- a/scripts/get-github-info/last-success.isodate +++ b/scripts/get-github-info/last-success.isodate @@ -1 +1 @@ -2025-10-20T23:24:23.459Z \ No newline at end of file +2025-11-06T11:11:00.490Z \ No newline at end of file diff --git a/src/_design-system/mdx-components/mdx-link.tsx b/src/_design-system/mdx-components/mdx-link.tsx index 964469aa09..caeead96c3 100644 --- a/src/_design-system/mdx-components/mdx-link.tsx +++ b/src/_design-system/mdx-components/mdx-link.tsx @@ -12,7 +12,7 @@ export const MdxLink = forwardRef< {...props} ref={ref} className={clsx( - "typography-link text-neu-900 underline-offset-2", + "gql-focus-visible typography-link text-neu-900 underline-offset-2", props.className, )} href={props.href || ""} diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx new file mode 100644 index 0000000000..fefeb27741 --- /dev/null +++ b/src/app/(main)/layout.tsx @@ -0,0 +1,29 @@ +// @ts-expect-error: we want to import the same version as Nextra for the main page +import { ThemeProvider } from "next-themes" + +import { Footer } from "../../components/footer" +import { NewFontsStyleTag } from "../fonts" +import { Navbar } from "../../components/navbar/navbar" +import { topLevelNavbarItems } from "../../components/navbar/top-level-items" +import { MenuProvider } from "./menu-provider" + +export default function MainLayout({ + children, +}: { + children: React.ReactNode +}) { + return ( + <> + + + + +
+ {children} +
+