Commit a5486dc
committed
fix: support both positional and keyword argument for query parameter
Per review feedback, the lookup now accepts query as either:
- Positional: query('networktocode.nautobot.lookup_graphql', query_string, ...)
- Keyword: query('networktocode.nautobot.lookup_graphql', query=query_string, ...)1 parent 0c8019e commit a5486dc
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
225 | 228 | | |
226 | | - | |
| 229 | + | |
227 | 230 | | |
228 | 231 | | |
229 | 232 | | |
| |||
0 commit comments