fix: merge issue with graphql

This commit is contained in:
Alexandre Bodin 2024-04-03 14:24:08 +02:00
parent 7f1131651e
commit 441d4a0584

View File

@ -158,7 +158,7 @@ describe('Test Graphql API End to End', () => {
const res = await graphqlQueryGET({
query: /* GraphQL */ `
{
posts {
posts: posts_connection {
data {
id
attributes {