Skip to content

Conversation

@arthanson
Copy link
Collaborator

@arthanson arthanson commented May 29, 2024

Fixes: #16261

Note: This requires lookups for string key filtering, for example you can't query device_list(filters: {name: "akron"}) { you have to do device_list(filters: {name: {i_contains: "akron"}}) {but this is consistent with the other string fields.

Monosnap GraphiQL | NetBox 2024-05-29 11-49-48

@arthanson arthanson changed the title DRAFT: 16261 fix graphql lookup for MultiValueCharFilter fields 16261 fix graphql lookup for MultiValueCharFilter fields May 29, 2024
@arthanson arthanson marked this pull request as ready for review May 29, 2024 21:35
@jeremystretch jeremystretch merged commit 8e48e93 into develop Jun 3, 2024
@jeremystretch jeremystretch deleted the 16261-graphql-lookup branch June 3, 2024 14:24
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing LookupFilters for many fields in GraphQL API

3 participants