@eide/uniformgen 0.1.7 → 0.1.8

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.
@@ -723,7 +723,7 @@ export interface GraphQLClient {
723
723
  /**
724
724
  * GraphQL query for single entity routes
725
725
  */
726
- const GET_ENTITY_ROUTES_QUERY = \\\`
726
+ const GET_ENTITY_ROUTES_QUERY = \`
727
727
  query GetEntityRoutes($input: GetEntityRoutesInput!) {
728
728
  getEntityRoutes(input: $input) {
729
729
  naturalKey
@@ -757,7 +757,7 @@ const GET_ENTITY_ROUTES_QUERY = \\\`
757
757
  /**
758
758
  * GraphQL query for batch entity routes
759
759
  */
760
- const GET_ENTITIES_ROUTES_QUERY = \\\`
760
+ const GET_ENTITIES_ROUTES_QUERY = \`
761
761
  query GetEntitiesRoutes($input: GetEntitiesRoutesInput!) {
762
762
  getEntitiesRoutes(input: $input) {
763
763
  results {
@@ -1203,7 +1203,7 @@ export interface GraphQLClient {
1203
1203
  /**
1204
1204
  * GraphQL query for batch entity resolution
1205
1205
  */
1206
- const RESOLVE_ENTITIES_QUERY = \\\`
1206
+ const RESOLVE_ENTITIES_QUERY = \`
1207
1207
  query ResolveEntities($input: ResolveEntitiesInput!) {
1208
1208
  resolveEntities(input: $input) {
1209
1209
  results {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eide/uniformgen",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Type-safe code generator for Foir - generates TypeScript types and GraphQL operations from your project schemas",
5
5
  "type": "module",
6
6
  "publishConfig": {