Teet Laja
Teet Laja
**Describe the bug** When trying to get next posts from WPGraphql, then refetch fails ``` methods: { showMore() { this.offset += this.size this.$apollo.queries.posts.refetch({ size: 6, offset: 6, }) }, },...
So it always worked for me but for some reason menuItems is returning all Menu items from everywhere. My query is ```gql query getNavItems { menuItems(where: {location: PRIMARY}) { nodes...
**Describe the bug** When trying to get next posts from WPGraphql, then refetch fails ``` methods: { showMore() { this.offset += this.size this.$apollo.queries.posts.refetch({ size: 6, offset: 6, }) }, },...
Hi When i'm trying to activate cache, i've got an error: Origin https://domain.com is not allowed by Access-Control-Allow-Origin. My frontend is having regular www.example.com address structure but my backend is...