Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

filters not showing up #243

Closed
tasiotas opened this issue Jun 16, 2023 · 1 comment · Fixed by #241
Closed

filters not showing up #243

tasiotas opened this issue Jun 16, 2023 · 1 comment · Fixed by #241
Labels
bug Something isn't working

Comments

@tasiotas
Copy link

Hi,

After upgrading to v3, filters are not showing up in GraphiQL. They do if I have order specified.

with order

@gql.django.type(Article, filters=ArticleFilter, order=ArticleOrder)
class ArticleType(gql.relay.Node):
    slug: gql.auto
    title: gql.auto
    ...

image

without order

@gql.django.type(Article, filters=ArticleFilter)
class ArticleType(gql.relay.Node):
    slug: gql.auto
    title: gql.auto
    ...

image

@bellini666
Copy link
Member

Hey @tasiotas . I think I found the issue. It will be fixed in the next release I'm doing right now

@bellini666 bellini666 added the bug Something isn't working label Jun 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants