File: description.graphql

package info (click to toggle)
golang-github-vektah-gqlparser 2.5.31-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,120 kB
  • sloc: javascript: 204; sh: 46; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
Cat is best kawaii animal in the world.
meow!
"""
type Cat {
	"""
	Shiny brillian name.
	"""
	name: String
	"""
	Only "meow" is allowed.
	"""
	speaks: String
}