Rocketgraph is a complete backend
Supercharge your web applications with Authentication, SSO, GraphQL, realtime and serverless functions right out of the box. Simply plugin your favourite framework and deploy production grade web applications in minutes.
import
React, { useState }
from
"react"
;import
{gql,
useQuery,
useMutation,
useSubscription
}from
"@apollo/client
";function
App
() {const
{data
,loading
} =useSubscription
(SUBSCRIBE_TODOS
);}