Skip to content

Conversation

martinandert
Copy link
Contributor

The spec states that

type __Directive {
  # ...
  onOperation: Boolean!
  onFragment: Boolean!
  onField: Boolean!
}

but the implementation defines it as

type __Directive {
  # ...
  onOperation: Boolean
  onFragment: Boolean
  onField: Boolean
}

dschafer added a commit that referenced this pull request Jul 22, 2015
…according-to-spec

fix directive inspection according to spec
@dschafer dschafer merged commit eb5cda5 into graphql:master Jul 22, 2015
@dschafer
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants