@gql.tada/internal
Advanced tools
Comparing version 0.3.0 to 0.3.1-canary-b3e5b65045ea39232a589125dd8fcab238bb95a7
# @gql.tada/internal | ||
## 0.3.1-canary-b3e5b65045ea39232a589125dd8fcab238bb95a7 | ||
### Patch Changes | ||
- Implement multi-schema support. Read more about it [in the v1.6.0 Devlog post](https://gql-tada.0no.co/devlog/2024-04-26). | ||
Submitted by undefined (See https://github.com/0no-co/gql.tada/pull/261) | ||
## 0.3.0 | ||
@@ -4,0 +11,0 @@ |
@@ -120,2 +120,3 @@ import { IntrospectionQuery, GraphQLSchema } from 'graphql'; | ||
declare const parseConfig: (input: unknown, rootPath?: string) => GraphQLSPConfig; | ||
declare const getSchemaNamesFromConfig: (config: GraphQLSPConfig) => Set<null | string>; | ||
declare const getSchemaConfigForName: ( | ||
@@ -192,2 +193,3 @@ config: GraphQLSPConfig, | ||
getSchemaConfigForName, | ||
getSchemaNamesFromConfig, | ||
getURLConfig, | ||
@@ -194,0 +196,0 @@ load, |
{ | ||
"name": "@gql.tada/internal", | ||
"version": "0.3.0", | ||
"version": "0.3.1-canary-b3e5b65045ea39232a589125dd8fcab238bb95a7", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "description": "Internal logic for gql.tada’s CLI tool and GraphQLSP.", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
378411
6242