@things-factory/shell 6.1.97 → 6.1.100

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.
@@ -2,4 +2,4 @@ import { AttributeSet } from './attribute-set';
2
2
  import { AttributeSetQuery } from './attribute-set-query';
3
3
  import { AttributeSetMutation } from './attribute-set-mutation';
4
4
  export declare const entities: (typeof AttributeSet)[];
5
- export declare const resolvers: (typeof AttributeSetQuery | typeof AttributeSetMutation)[];
5
+ export declare const resolvers: (typeof AttributeSetMutation | typeof AttributeSetQuery)[];
@@ -8,7 +8,7 @@ export declare const schema: {
8
8
  typeDefs: {
9
9
  transactionDirectiveTypeDefs: import("graphql").DocumentNode;
10
10
  };
11
- resolverClasses: (typeof import("./domain/domain-resolver").DomainResolver | typeof import("./attribute-set/attribute-set-query").AttributeSetQuery | typeof import("./attribute-set/attribute-set-mutation").AttributeSetMutation | typeof import("./subscription-data/data-resolver").DataResolver)[];
11
+ resolverClasses: (typeof import("./subscription-data/data-resolver").DataResolver | typeof import("./attribute-set/attribute-set-mutation").AttributeSetMutation | typeof import("./attribute-set/attribute-set-query").AttributeSetQuery | typeof import("./domain/domain-resolver").DomainResolver)[];
12
12
  directives: {
13
13
  transaction: (schema: import("graphql").GraphQLSchema) => import("graphql").GraphQLSchema;
14
14
  };