Network graphql query returns empty list
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 113
- Forks
- 22
- Avg merge
- 10h 40m
- Merged PRs (30d)
- 13
Description
Environment
Unraid OS Version:
7.2.2
Are you using a reverse proxy?
No
Pre-submission Checklist
- I have verified that my Unraid OS is up to date
- I have tested this issue by accessing my server directly (not through a reverse proxy)
- This is not an Unraid Connect related issue (if it is, please submit via the support form instead)
Issue Description
Network query returns empty list.
query Network {
info {
devices {
network {
id
iface
model
vendor
mac
virtual
speed
dhcp
}
}
}
}
Steps to Reproduce
- Create a query
- Execute the query
Expected Behavior
Network data should be in the response
Actual Behavior
Network response is empty
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by running the reported Network query against an Unraid 7.2.2 server and tracing the API path for info.devices.network; done means the query returns the expected network device fields instead of an empty list.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, typescript
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100