Content Deep Dive
GraphQL is not Terraform
Blog post from Wundergraph
Post Details
Company
Date Published
Author
Jens Neuse
Word Count
2,689
Language
English
Hacker News Points
9
Summary
GraphQL is not suitable for configuration due to its limitations, such as lack of imports, non-composability with other languages, and a lack of type-safety. It's better suited as an API query language. The author suggests using TypeScript or other languages like C# to define complex use cases and models, while the resulting contract is still a GraphQL Schema.