[PR #695] [MERGED] server: Add graphql support for creating/deleting attributes #904

Closed
opened 2026-02-27 09:10:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/695
Author: @nitnelave
Created: 10/3/2023
Status: Merged
Merged: 10/4/2023
Merged by: @nitnelave

Base: mainHead: graphql_create_attributes


📝 Commits (1)

  • eb42243 server: Add graphql support for creating/deleting attributes

📊 Changes

7 files changed (+208 additions, -57 deletions)

View changed files

📝 schema.graphql (+44 -33)
📝 server/src/domain/handler.rs (+1 -0)
📝 server/src/domain/types.rs (+11 -1)
📝 server/src/infra/access_control.rs (+24 -5)
📝 server/src/infra/graphql/mutation.rs (+107 -3)
📝 server/src/infra/graphql/query.rs (+14 -15)
📝 server/src/infra/test_utils.rs (+7 -0)

📄 Description

Part of #67


🔄 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/lldap/lldap/pull/695 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 10/3/2023 **Status:** ✅ Merged **Merged:** 10/4/2023 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `graphql_create_attributes` --- ### 📝 Commits (1) - [`eb42243`](https://github.com/lldap/lldap/commit/eb42243603c24e5c469743abcd45217cb80151c3) server: Add graphql support for creating/deleting attributes ### 📊 Changes **7 files changed** (+208 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `schema.graphql` (+44 -33) 📝 `server/src/domain/handler.rs` (+1 -0) 📝 `server/src/domain/types.rs` (+11 -1) 📝 `server/src/infra/access_control.rs` (+24 -5) 📝 `server/src/infra/graphql/mutation.rs` (+107 -3) 📝 `server/src/infra/graphql/query.rs` (+14 -15) 📝 `server/src/infra/test_utils.rs` (+7 -0) </details> ### 📄 Description Part of #67 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:10:11 +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/lldap-lldap#904
No description provided.