GraphQL | Blog | PropelAuth
GraphQL Posts
Articles and insights about GraphQL from the PropelAuth team.
Topics
Instant Multi-Tenant GraphQL APIs with PostGraphile, RLS, and PropelAuth
GraphQL is a query language for APIs that can help your engineering team move faster. Just one set of developers can build and maintain the overall schema, and everyone else gets a friendly interface for accessing/mutating the data. The queries are written like this:
{
hero {
name
height
}
}