You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Dear Experts,
I appologise for this bombastic title... I was working very good with the old old version of the plugin (0.53) and all was working great.
I use my ACF Pro plugin to create a FieldGroup that holds a repeater with 2 fields - text & page-link.
noticing that I am using 0.53 while the community is already way above v2.2.0 - I decided to make the effort.
however queries such as the following - Fails on errors of "Fragment errors trying to convert AcfContentNode... to Page etc."
I tried searching for help online, tried many workaround including fresh install, recreation of all schema etc.
nothing worked.
getting back to v0.5.3 worked... not sure why but I think its not good practice to keep using it.
any help is appreciated.
thanks!
this query works on v0.5.3 but NOT on v2.2.0:
query NewQuery {
acfOptionsMainMenu {
headMenu {
menuItems {
menuItem {
label
destination {
... on Page {
uri
}
}
items {
label
destination {
... on Page {
uri
}
}
}
}
}
}
}
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey Dear Experts,
I appologise for this bombastic title... I was working very good with the old old version of the plugin (0.53) and all was working great.
I use my ACF Pro plugin to create a FieldGroup that holds a repeater with 2 fields - text & page-link.
noticing that I am using 0.53 while the community is already way above v2.2.0 - I decided to make the effort.
however queries such as the following - Fails on errors of "Fragment errors trying to convert AcfContentNode... to Page etc."
any help is appreciated.
thanks!
this query works on v0.5.3 but NOT on v2.2.0:
query NewQuery {
acfOptionsMainMenu {
headMenu {
menuItems {
menuItem {
label
destination {
... on Page {
uri
}
}
items {
label
destination {
... on Page {
uri
}
}
}
}
}
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions