useList data is undefined, but graphql query returns correct data
Hello, my useList hook does not work as expected but it also isnt throwing any errors.
Here is my useList implementation:
Here is the console log
the GraphQL query getProejcts:
The response from the server:
my resources.tsx
Here is my useList implementation:
Here is the console log
the GraphQL query getProejcts:
The response from the server:
my resources.tsx
