-
@simon-wacker @shreyaponnamma Can you please implement https://github.com/building-envelope-data/api/blob/ce84a83c2b3a481ea95208a7fc2191655911c68e/schemas/component.json#L263 in GraphQL?
-
There ought to be a way to easily query events that returns a graphql result. If it's simpler, the query itself could still be made using SQL syntax, but we would need to be able to map the response i…
-
Maybe same blocks and receipts LRU as was in RPC (or different if it’s hard).
Probably it does re-exec because Receipt requested:
![cpu](https://github.com/user-attachments/assets/4ac18720-720…
-
In the REST API you can update/delete by query. This is seemingly implemented in GraphQL as the `_batch` suffix mutation resolver, but doesn't work as expected.
-
**Task Description**
Conduct a workshop to define best practices of GraphQL queries and usage between UI and backend.
Possible topics:
- Query Depth
- Batching
- Rate Limit
**Acceptance Cr…
-
When there is a hierarchical entity in the schema but there are no data yet, the GraphQL query throws following exception:
![image](https://github.com/user-attachments/assets/b4fcb732-6203-452b-8f0…
novoj updated
18 hours ago
-
### Purpose
---------------
GitHub Discussions is a public forum that allows for collaborative communication without needing to be tied to a specific project or related to code. It provides a more cen…
-
### Environment
* Nautobot version (Docker tag too if applicable): 2.3.x
* Python version: 3.11
* Database platform, version: postgres
* Middleware(s): N/A
### Steps to Reproduce
1. Set an…
-
// Japanese here
ヒントのようなメモを書いていく。
-
### What is it?
Some GraphQL APIs support schema introspection
https://graphql.org/learn/introspection/
This is something the developer has to turn on (we do for our API).
If it exists, then we …