[PR #208] [MERGED] GraphQL Documentation explorer #131

Closed
opened 2025-12-29 08:31:38 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/208
Author: @Mr0Bread
Created: 5/10/2025
Status: Merged
Merged: 6/18/2025
Merged by: @gschier

Base: masterHead: graphql-docs


📝 Commits (9)

📊 Changes

5 files changed (+913 additions, -87 deletions)

View changed files

src-web/atoms/graphqlSchemaAtom.ts (+5 -0)
src-web/components/GraphQLDocsExplorer.tsx (+766 -0)
📝 src-web/components/GraphQLEditor.tsx (+113 -86)
📝 src-web/components/HttpRequestLayout.tsx (+28 -1)
📝 src-web/components/core/Icon.tsx (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/208 **Author:** [@Mr0Bread](https://github.com/Mr0Bread) **Created:** 5/10/2025 **Status:** ✅ Merged **Merged:** 6/18/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `graphql-docs` --- ### 📝 Commits (9) - [`8fa74e5`](https://github.com/mountain-loop/yaak/commit/8fa74e595460f7b13b8946bf83fcc55115b46b71) Initial commit - [`82fcbbf`](https://github.com/mountain-loop/yaak/commit/82fcbbf8f1d67a4e60c47423f804b1b0b9b2a64d) GraphQL Docs Explorer - [`7ebebac`](https://github.com/mountain-loop/yaak/commit/7ebebac351843dbabf81456185acbde5a8a0b5d9) GraphQL Docs - [`78fe37f`](https://github.com/mountain-loop/yaak/commit/78fe37f31f23939e6055989995a6aec3653f8c17) GraphQL Docs - [`ee5a97f`](https://github.com/mountain-loop/yaak/commit/ee5a97f499ba7f8ced3c41e4dc755b64c797f8ca) GraphQL Docs - [`35d7f54`](https://github.com/mountain-loop/yaak/commit/35d7f54acfe8c23a4c45d9a14ea9e2aa400b9ad0) GraphQL Docs - [`32bc151`](https://github.com/mountain-loop/yaak/commit/32bc1512bfeb4247c66cd58df180e55e6782e561) Temp - [`b832072`](https://github.com/mountain-loop/yaak/commit/b832072e22bf050e738c939b359e674e358f7d3a) GraphQL Docs - [`a750a90`](https://github.com/mountain-loop/yaak/commit/a750a9018813b56519712cb609673fcc820c275e) Merge branch 'master' into fork/Mr0Bread/graphql-docs ### 📊 Changes **5 files changed** (+913 additions, -87 deletions) <details> <summary>View changed files</summary> ➕ `src-web/atoms/graphqlSchemaAtom.ts` (+5 -0) ➕ `src-web/components/GraphQLDocsExplorer.tsx` (+766 -0) 📝 `src-web/components/GraphQLEditor.tsx` (+113 -86) 📝 `src-web/components/HttpRequestLayout.tsx` (+28 -1) 📝 `src-web/components/core/Icon.tsx` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:31:38 +01:00
adam closed this issue 2025-12-29 08:31:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak-mountain-loop#131