|
|
|
|
|
by bobobooey
2391 days ago
|
|
Not sure what you mean...GraphQL is just the API endpoint. Using GQL or REST wouldn't make a difference on how suspense works. You'd still query and display your data in the same way. Suspense will just be a wrapper around the component displaying the data. |
|