Issue on GraphQL query Composer
-
Hi,
recently i did update the plugin.. after update the plugin then showing “Unexpected token ‘<‘, \”\n<he\”… is not valid JSON”.
this error showing only integrationImage like below.
1. for fetching issue here (after add integrationImage { } and this is showing in query composer.{
allIntegrationCategories {
edges {
node {
link
name
slug
uri
integration {
edges {
node {
acf_integrations {
knowMoreLink
integrationImage {
altText
}
}
slug
title
uri
}
}
}
}
}
}
}2. this is without integrationImage (this working fine)
{ allIntegrationCategories { edges { node { link name slug uri integration { edges { node { acf_integrations { knowMoreLink } slug title uri } } } } } } }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Issue on GraphQL query Composer’ is closed to new replies.