File: extend_input.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 (3 lines) | stat: -rw-r--r-- 51 bytes parent folder | download
1
2
3
extend input InputType {
  other: Float = 1.23e4
}