NX Framework
planner-emails-ui - Nextjs 14
  • Home
  • Example Protected
  • Example Server Component
  • GraphQL

GraphQL Example

GraphQL query response, fetched client-side.
{
  "__typename": "User",
  "id": "54321",
  "firstName": "John",
  "lastName": "Mayer",
  "email": "test.planner@cvent.test",
  "company": "Cvent"
}
Check out an implementation using React Server Components.