[
https://issues.apache.org/jira/browse/OFBIZ-11347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287648#comment-17287648 ]
Jacques Le Roux commented on OFBIZ-11347:
-----------------------------------------
Hi Girish,
I'm not sure to understand the steps you gave. I have simply applied the patch at
https://patch-diff.githubusercontent.com/raw/apache/ofbiz-plugins/pull/47.patchDid a "gradlew loadAll ofbiz",
Using my old FF version (56) I can't see anything at
https://localhost:8443/graphql/control/graphiqlUsing Edge (I'm on Windows 7) it works. I saw the explanation and hastily tried
{noformat}
{
field(arg: "value") {
subField
}
}
{noformat}
in the left panel, and got
{noformat}
{
"errors": [
{
"message": "Validation error of type FieldUndefined: Field 'field' in type 'QueryRootObjectType' is undefined @ 'field'",
"locations": [
{
"line": 2,
"column": 3
}
],
"extensions": {
"classification": "ValidationError"
}
}
],
"data": null
}
{noformat}
which is not a big deal, but how can I get back to the explanation?
TIA
--
This message was sent by Atlassian Jira
(v8.3.4#803005)