argument_comment.graphql 105 B

12345678
  1. query (
  2. $string: String, # Some variable comment
  3. $bool: Boolean # Some comment
  4. ) {
  5. someField
  6. }