@salesforce/lds-graphql-parser 1.224.2 → 1.225.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ldsGraphqlParser.js +1 -1
- package/package.json +1 -1
package/dist/ldsGraphqlParser.js
CHANGED
@@ -11481,4 +11481,4 @@ function parseAndVisit(source) {
|
|
11481
11481
|
}
|
11482
11482
|
|
11483
11483
|
export { Kind, astResolver, buildSchema, defaultFieldResolver, execute, gql, isObjectType, parse, parseAndVisit, print, visit };
|
11484
|
-
// version: 1.
|
11484
|
+
// version: 1.225.0-8fa863455
|