Skip to content

GraphQL JSON:API Hypermedia Architecture Analysis

psweatte edited this page Aug 30, 2020 · 27 revisions

GraphQL

Concepts

Project Structure

Gotchas

Implementations

Code

Declare args

$args

Declaare matching JSON

{"args": {
"name": "jim rome,
"createdBy": "radio",
"data": "{\"msg\": \"hi\", \"group_name\": \"bye\", \"group_description\": \"guy\", \"group_cadence\": \"why\"}"
}
}

GraphiQL

https://github.com/graphql/graphiql/issues/670

https://lucasconstantino.github.io/graphiql-online/

https://graphiql.github.io/

https://blog.logrocket.com/graphql-variables-in-simple-terms/

https://github.com/graphql/graphiql/issues/72

https://medium.com/atheros/graphql-quick-tip-how-to-pass-variables-into-a-mutation-in-graphiql-23ecff4add57

Hypermedia

AsyncAPI

Clone this wiki locally