References
Types
Appearance
glossary
web
GraphQL
GraphQL은 API의 스키마를 정의하는 자체 타입 시스템을 갖고 있다.
type Person { name: String! age: Int! }