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

Unused type definition 'Subscription' #125

Open
thu-san opened this issue Feb 11, 2019 · 0 comments
Open

Unused type definition 'Subscription' #125

thu-san opened this issue Feb 11, 2019 · 0 comments

Comments

@thu-san
Copy link

thu-san commented Feb 11, 2019

Not an error, but show warning if I use Subscription type.

type Subscription {
  newUser: User
}

screen shot 2019-02-11 at 12 17 36

Doesn't happen with Query and Mutation type.

Do I need additional setup for subscription?
My current .gqlconfig is

{
  schema: {
    files: 'src/**/*.graphql'
  }
}
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