[PR #144] [MERGED] graphql init #173

Closed
opened 2026-03-03 11:59:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/finmars-platform/finmars-core/pull/144
Author: @falendary
Created: 12/15/2025
Status: Merged
Merged: 12/15/2025
Merged by: @falendary

Base: mainHead: graphql


📝 Commits (1)

📊 Changes

7 files changed (+621 additions, -1 deletions)

View changed files

poms/graphql/__init__.py (+0 -0)
poms/graphql/filters.py (+142 -0)
poms/graphql/schema.py (+430 -0)
poms/graphql/views.py (+41 -0)
📝 poms_app/settings.py (+1 -0)
📝 poms_app/urls.py (+4 -0)
📝 requirements.txt (+3 -1)

📄 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/finmars-platform/finmars-core/pull/144 **Author:** [@falendary](https://github.com/falendary) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@falendary](https://github.com/falendary) **Base:** `main` ← **Head:** `graphql` --- ### 📝 Commits (1) - [`67d9aec`](https://github.com/finmars-platform/finmars-core/commit/67d9aec57f7fde65726fc8f2ec4f74cbe9e54347) graphql init ### 📊 Changes **7 files changed** (+621 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `poms/graphql/__init__.py` (+0 -0) ➕ `poms/graphql/filters.py` (+142 -0) ➕ `poms/graphql/schema.py` (+430 -0) ➕ `poms/graphql/views.py` (+41 -0) 📝 `poms_app/settings.py` (+1 -0) 📝 `poms_app/urls.py` (+4 -0) 📝 `requirements.txt` (+3 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:59:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/finmars-core#173
No description provided.