I have a simple users store, pushed up with Pulumi...
# aws
s
I have a simple users store, pushed up with Pulumi, and Houdini is set up to access the GraphQL endpoint. It seems to work but is giving me undefined, when there is actually data in the table... I made sure I put data into the table.
Copy code
{
  __houdini__session__: undefined,
  listAllUsers: listAllUsersStore {
    variables: false,
    kind: 'HoudiniQuery',
    loadPending: false,
    storeName: 'listAllUsersStore'
  }
}