Remix.run Logo
iterateoften a day ago

Graphql solves the problem. There is no problem here for openapi to solve.

See how that works?

thayne a day ago | parent [-]

Openapi is older than graphql.

But the point is that that benefit is not unique to graphql, so by itself, that is not a compelling reason to choose graphql over something else.

iterateoften a day ago | parent | next [-]

Yeah that was one point of many of the benefits of the parent.

tt_dev a day ago | parent | prev [-]

plus now you have 2 sources of truth

iterateoften a day ago | parent [-]

? I have a single source of truth in the gql schema. My frontend calls are generated from backend schema and type checked against it.