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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gql] input type is not getting converted #27

Open
merlindru opened this issue Jul 3, 2022 · 0 comments
Open

[gql] input type is not getting converted #27

merlindru opened this issue Jul 3, 2022 · 0 comments

Comments

@merlindru
Copy link

input types in GraphQL are not getting converted.

Example:

##### type.graphql #####

type Foo {
  bar: String!
}


##### input.graphql #####

input FooInput {
    bar: String!
}
$ typeconv -f gql -t ts ./type.graphql

馃挕 Converted 1 types in 1 files, in 0.0s

$ typeconv -f gql -t ts ./input.graphql

馃挕 Converted 0 types in 1 files, in 0.0s

# Note that I wrote this output myself and didn't actually test the two files above ;-)
# I did test the behavior with actual development/production use GraphQL schmas however
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant