[PR #222] [MERGED] Separate model for GQL introspection data #147

Closed
opened 2025-12-29 07:19:33 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/222
Author: @gschier
Created: 6/1/2025
Status: Merged
Merged: 6/1/2025
Merged by: @gschier

Base: masterHead: separate-gql-introspection-model


📝 Commits (7)

📊 Changes

18 files changed (+267 additions, -60 deletions)

View changed files

📝 packages/plugin-runtime-types/src/bindings/gen_events.ts (+1 -1)
src-tauri/migrations/20250530174021_graphql-introspection.sql (+21 -0)
📝 src-tauri/yaak-models/bindings/gen_models.ts (+3 -1)
📝 src-tauri/yaak-models/bindings/gen_util.ts (+6 -6)
📝 src-tauri/yaak-models/build.rs (+2 -0)
📝 src-tauri/yaak-models/guest-js/util.ts (+1 -0)
📝 src-tauri/yaak-models/permissions/default.toml (+2 -0)
📝 src-tauri/yaak-models/src/commands.rs (+42 -19)
📝 src-tauri/yaak-models/src/lib.rs (+7 -5)
📝 src-tauri/yaak-models/src/models.rs (+77 -0)
src-tauri/yaak-models/src/queries/graphql_introspections.rs (+55 -0)
📝 src-tauri/yaak-models/src/queries/mod.rs (+1 -0)
📝 src-tauri/yaak-plugins/bindings/gen_events.ts (+1 -1)
📝 src-tauri/yaak-sync/src/models.rs (+1 -0)
📝 src-tauri/yaak-templates/src/renderer.rs (+6 -6)
📝 src-web/components/GitDropdown.tsx (+1 -1)
📝 src-web/components/RecentRequestsDropdown.tsx (+1 -1)
📝 src-web/hooks/useIntrospectGraphQL.ts (+39 -19)

📄 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/222 **Author:** [@gschier](https://github.com/gschier) **Created:** 6/1/2025 **Status:** ✅ Merged **Merged:** 6/1/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `separate-gql-introspection-model` --- ### 📝 Commits (7) - [`067a278`](https://github.com/mountain-loop/yaak/commit/067a278dd01374d6c4b1be9b717cd6c4873c69f2) Separate model for GQL introspectiond data - [`af0220a`](https://github.com/mountain-loop/yaak/commit/af0220a4334dd3da3d0f5ad6185e2587938e3bde) Merge branch 'master' into separate-gql-introspection-model - [`d1d8a6e`](https://github.com/mountain-loop/yaak/commit/d1d8a6ecaac7a48f0c310b14cdb0b9c40948b080) Some fixes - [`48b5056`](https://github.com/mountain-loop/yaak/commit/48b50567089f4996ec0ee40f7c1b87cc3b09dca5) Fix import - [`c52bcea`](https://github.com/mountain-loop/yaak/commit/c52bcea574910418173e29333c90d62bf9ed7fdb) Remove log - [`5443bed`](https://github.com/mountain-loop/yaak/commit/5443bed47fbe53f62ac792dd47112c8c40a898dc) UseCallback - [`964927d`](https://github.com/mountain-loop/yaak/commit/964927db0f00c0b3d8403b6a00a7da630d54fd82) Fixes ### 📊 Changes **18 files changed** (+267 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `packages/plugin-runtime-types/src/bindings/gen_events.ts` (+1 -1) ➕ `src-tauri/migrations/20250530174021_graphql-introspection.sql` (+21 -0) 📝 `src-tauri/yaak-models/bindings/gen_models.ts` (+3 -1) 📝 `src-tauri/yaak-models/bindings/gen_util.ts` (+6 -6) 📝 `src-tauri/yaak-models/build.rs` (+2 -0) 📝 `src-tauri/yaak-models/guest-js/util.ts` (+1 -0) 📝 `src-tauri/yaak-models/permissions/default.toml` (+2 -0) 📝 `src-tauri/yaak-models/src/commands.rs` (+42 -19) 📝 `src-tauri/yaak-models/src/lib.rs` (+7 -5) 📝 `src-tauri/yaak-models/src/models.rs` (+77 -0) ➕ `src-tauri/yaak-models/src/queries/graphql_introspections.rs` (+55 -0) 📝 `src-tauri/yaak-models/src/queries/mod.rs` (+1 -0) 📝 `src-tauri/yaak-plugins/bindings/gen_events.ts` (+1 -1) 📝 `src-tauri/yaak-sync/src/models.rs` (+1 -0) 📝 `src-tauri/yaak-templates/src/renderer.rs` (+6 -6) 📝 `src-web/components/GitDropdown.tsx` (+1 -1) 📝 `src-web/components/RecentRequestsDropdown.tsx` (+1 -1) 📝 `src-web/hooks/useIntrospectGraphQL.ts` (+39 -19) </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 07:19:33 +01:00
adam closed this issue 2025-12-29 07:19:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#147