File: input_type.graphql

package info (click to toggle)
rust-graphql-parser 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 588 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 54 bytes parent folder | download
1
2
3
4
input InputType {
  key: String!
  answer: Int = 42
}