markitect-main/markitect/graphql
tegwick 7de57a389d feat(spaces): implement Phase 6 API Layer
Implements API layer for Information Spaces:
- GraphQL schema types for spaces, documents, variables
- GraphQL queries and mutations for space operations
- CLI command group with all space management commands
- Resolver functions connecting GraphQL to SpaceService
- 38 unit tests for API components

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-08 12:29:11 +01:00
..
tests feat: reorganize tests by capability with separate test targets 2025-10-25 02:37:45 +02:00
__init__.py feat(spaces): implement Phase 6 API Layer 2026-02-08 12:29:11 +01:00
resolvers.py feat: implement GraphQL write interface with mutations (issue #10) 2025-10-03 16:48:03 +02:00
schema.py feat: implement GraphQL write interface with mutations (issue #10) 2025-10-03 16:48:03 +02:00
server.py feat: implement comprehensive GraphQL read interface (issue #9) 2025-10-03 11:53:53 +02:00
space_resolvers.py feat(spaces): implement Phase 6 API Layer 2026-02-08 12:29:11 +01:00
space_schema.py feat(spaces): implement Phase 6 API Layer 2026-02-08 12:29:11 +01:00