Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraqhQL Inventory: Add ability for users to specify non-foreign key relationships with Null/None #123

Merged
merged 8 commits into from
Mar 30, 2022
Prev Previous commit
Next Next commit
Updated tests.
  • Loading branch information
FragmentedPacket committed Mar 29, 2022
commit 89442d25840a2fba5e620bec6c7861ed5566c9a2
11 changes: 11 additions & 0 deletions tests/unit/filter/test_data/graphql_string.json
Original file line number Diff line number Diff line change
@@ -6,6 +6,17 @@
},
"expected": "serial\nasset_tag"
},
{
"query": {
"query": {
"devices": {
"serial": null,
"asset_tag": null
}
}
},
"expected": "query {\n devices {\n serial\n asset_tag\n }\n}"
},
{
"query": {
"serial": null,