GraphQL how to set up and access for introspection?
Find a guide here:
https://docs.suitecrm.com/8.x/developer/extensions/backend/process-api/process-api/
Check next page too!
Hello Ross,
does this one help:
or did you already get that far and need to dig deeper now?
Basically, the Angular code contains a lot of examples, since it is using GraphQL. You can check your browser network / console as well for more examples.
Unfortunately, the documentation is very thin on GraphQL.
“Unfortunately, the documentation is very thin on GraphQL” - basically null TBH
Unfortunately true, yes.
Yes, but the GraphQL API is not just to integrate externally, like the previous v4 and v8 API’s. The entire SuiteCRM v8 is built on top of the GraphQL API. This means that the SuiteCRM v8 code base is a substantial “documentation” (by example) of how to use it.
It’s not perfect, but it’s a path forward.
True, if we all contribute and add more examples in the documentation, then it will be very helpful to all of us.
What is the best way to add to the documentation is there a process?
Yes, just go to the documentation and you will see edit this page link on the top.
You can click it and it will take you to GitHub docs pages of SuiteCRM. You can make changes and push it to repo.
For more info check out the below docs: