@tinacms/graphql 0.0.0-2022230211331 → 0.0.0-2022231131038

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/CHANGELOG.md CHANGED
@@ -1,10 +1,9 @@
1
1
  # tina-graphql
2
2
 
3
- ## 0.0.0-2022230211331
3
+ ## 0.0.0-2022231131038
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 82174ff50: Modify Database.indexContentByPaths to not require collection parameter
8
7
  - a87e1e6fa: Enable query filtering, pagination, sorting
9
8
  - abf25c673: The schema can now to used on the frontend (optional for now but will be the main path moving forward).
10
9
 
@@ -40,7 +39,7 @@
40
39
  - e8b0de1f7: Add `parentTypename` to fields to allow us to disambiguate between fields which have the same field names but different types. Example, an event from field name of `blocks.0.title` could belong to a `Cta` block or a `Hero` block, both of which have a `title` field.
41
40
  - Updated dependencies [a87e1e6fa]
42
41
  - Updated dependencies [b01f2e382]
43
- - @tinacms/datalayer@0.0.0-2022230211331
42
+ - @tinacms/datalayer@0.0.0-2022231131038
44
43
 
45
44
  ## 0.59.8
46
45
 
package/dist/index.d.ts CHANGED
@@ -1,30 +1 @@
1
- /**
2
- Copyright 2021 Forestry.io Holdings, Inc.
3
- Licensed under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License.
5
- You may obtain a copy of the License at
6
- http://www.apache.org/licenses/LICENSE-2.0
7
- Unless required by applicable law or agreed to in writing, software
8
- distributed under the License is distributed on an "AS IS" BASIS,
9
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
- See the License for the specific language governing permissions and
11
- limitations under the License.
12
- */
13
- export { indexDB } from './build';
14
- export { resolve } from './resolve';
15
- export { createDatabase } from './database';
16
- export type { QueryOptions } from './database';
17
- import type { Database } from './database';
18
- export type { Database } from './database';
19
- export type { Store } from '@tinacms/datalayer';
20
- export type { Bridge } from './database/bridge';
21
- export { sequential, assertShape } from './util';
22
- export { stringifyFile, parseFile } from './database/util';
23
- export declare const buildSchema: (rootPath: string, database: Database) => Promise<import("graphql").GraphQLSchema>;
24
- import type { TinaCloudSchema as TinaCloudSchemaBase, TinaCloudCollection as TinaCloudCollectionBase, TinaCloudTemplateBase as TinaTemplate, TinaFieldBase } from './types';
25
- export declare type TinaCloudSchema = TinaCloudSchemaBase<false>;
26
- export declare type TinaSchema = TinaCloudSchema;
27
- export declare type TinaCloudCollection = TinaCloudCollectionBase<false>;
28
- export declare type TinaCollection = TinaCloudCollectionBase<false>;
29
- export declare type TinaField = TinaFieldBase;
30
- export type { TinaTemplate };
1
+ export * from "../src/index"