-
Notifications
You must be signed in to change notification settings - Fork 9
Troubleshooting
graju256 edited this page Sep 16, 2024
·
5 revisions
Most likely, you might have installed the older client (<=1.3.1) that requires external CLI wrapper for use. Or, client is not installed with --global option.
Usually, npm-install from registry should install the latest available release. We've been working on fixing this sync problem. Till then, please specify the latest available release explicitly to install the client.
Example:
npm install @layer7/graphman@1.3.8 --global --registry https://packages.broadcom.com/artifactory/api/npm/layer7-npm
GraphQL schema mismatch between client and server (targeting gateway) leads to these kind of errors.
- Make sure, you are connecting to the intended gateway using
--gatewayCLI parameter. - And, specify the compatible schema using
--options.schemaCLI parameter.
Please refer the Compatibility Matrix section.