Loading ...
; 35 | if (error) return{error.message}
; 36 | 37 | return ( 38 |This example shows you a GraphQL setup that relies on Contentful. 63 | If fetches all items for three different content types (author, category, post) 64 | which is normally only possible with three API calls.
65 |With the following GraphQL query it can be done with a single call.
66 |
67 | {graphQLQuery.loc.source.body}
68 |
69 | This demo uses React and the Apollo Framework.
70 |