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

Exported type should be on the top #100

Closed
LastDragon-ru opened this issue Oct 4, 2023 · 0 comments
Closed

Exported type should be on the top #100

LastDragon-ru opened this issue Oct 4, 2023 · 0 comments
Assignees
Labels
bug Something isn't working pkg: graphql-printer
Milestone

Comments

@LastDragon-ru
Copy link
Owner

See #99, probably it should be (as it was previously, so this is more regression rather than feat)

type Query {
    getUsers(
        filters: UserFilter
    ): [User]
}

input UserFilter {
    name: String
}

type User {
    id: ID
    name: String
}
@LastDragon-ru LastDragon-ru added bug Something isn't working pkg: graphql-printer labels Oct 4, 2023
@LastDragon-ru LastDragon-ru self-assigned this Oct 18, 2023
@LastDragon-ru LastDragon-ru added this to the 5.x milestone Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pkg: graphql-printer
Projects
None yet
Development

No branches or pull requests

1 participant