# Graphql

{% embed url="<https://www.youtube.com/watch?v=bn8qsi8jVew>" %}
Subscription in graphql
{% endembed %}

{% embed url="<https://graphql.org/learn/pagination/>" %}
Pagination with graphql
{% endembed %}

{% embed url="<https://relay.dev/graphql/connections.htm>" %}
Graphql specification of relay (react graphql client)
{% endembed %}

{% embed url="<https://graphql.org/blog/subscriptions-in-graphql-and-relay/>" %}
