@opengov/ppf-backend-types
Advanced tools
Comparing version 1.8.3 to 1.8.4
import type { CodegenConfig } from '@graphql-codegen/cli'; | ||
import {IGraphQLProjects} from 'graphql-config'; | ||
import mercuriusValidation from 'mercurius-validation'; | ||
@@ -12,3 +13,3 @@ // GraphQL Code Generator configuration | ||
require.resolve('@opengov/ppf-backend-graphql-schema'), | ||
require.resolve('@opengov/ppf-backend-graphql-schema/validationConstraint.graphqls'), | ||
mercuriusValidation.graphQLTypeDefs, | ||
], | ||
@@ -39,8 +40,5 @@ extensions: { | ||
}, | ||
namingConvention: { | ||
// Ensures that the generated types have the same name as the | ||
// types in the graphql schema. (i.e. 'SEPSMetadata' is NOT converted to 'SepsMetadata') | ||
typeNames: 'keep', | ||
enumValues: 'keep', | ||
}, | ||
// Ensures that the generated types have the same name as the | ||
// types in the graphql schema. (i.e. 'SEPSMetadata' is NOT converted to 'SepsMetadata') | ||
namingConvention: 'keep', | ||
}, | ||
@@ -47,0 +45,0 @@ }, |
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.8.4](https://github.com/OpenGov/pluggable-payments/compare/@opengov/ppf-backend-types@1.8.3...@opengov/ppf-backend-types@1.8.4) (2024-01-29) | ||
**Note:** Version bump only for package @opengov/ppf-backend-types | ||
## [1.8.3](https://github.com/OpenGov/pluggable-payments/compare/@opengov/ppf-backend-types@1.8.2...@opengov/ppf-backend-types@1.8.3) (2024-01-26) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@opengov/ppf-backend-types", | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"description": "PPF Backend types", | ||
@@ -20,3 +20,3 @@ "homepage": "https://github.com/OpenGov/pluggable-payments#readme", | ||
"@opengov/plc-fastify-auth-plugin": "0.0.9", | ||
"@opengov/ppf-backend-graphql-schema": "^0.6.3" | ||
"@opengov/ppf-backend-graphql-schema": "^0.6.4" | ||
}, | ||
@@ -38,3 +38,3 @@ "repository": { | ||
}, | ||
"gitHead": "fee5d0d7cf472785435b170754a158b3398a3b3c" | ||
"gitHead": "cc25e4b2a37c21746f842177ee236825866145bc" | ||
} |
144268
1211