@conduit-client/command-aura-graphql-normalized-cache-control 2.0.0 → 2.0.1
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.
|
@@ -31,7 +31,7 @@ export declare abstract class AuraGraphQLNormalizedCacheControlCommand<ExtraServ
|
|
|
31
31
|
fragments: GraphQLFragmentDefinitions;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
-
parentFieldSelection: import("
|
|
34
|
+
parentFieldSelection: import("graphql/language").FieldNode | undefined;
|
|
35
35
|
type: string;
|
|
36
36
|
keyParams: null;
|
|
37
37
|
};
|
|
@@ -60,7 +60,7 @@ export declare abstract class AuraGraphQLNormalizedCacheControlCommand<ExtraServ
|
|
|
60
60
|
};
|
|
61
61
|
get originalFetchParams(): Parameters<FetchService>;
|
|
62
62
|
runOriginalRequest(): SyncOrAsync<SubscribableResult<GraphQLResponse, Error>>;
|
|
63
|
-
buildRequestQuery(): import("
|
|
63
|
+
buildRequestQuery(): import("graphql/language").DocumentNode;
|
|
64
64
|
buildWriteInput(data: GraphQLResponse): WriteInput<any, GraphQLInputExtension>;
|
|
65
65
|
handleCacheControllerResult(result: Result<void, Error>, requestRunner: CacheControlRequestRunner<GraphQLResponse, GraphQLResponse>): SyncOrAsync<SubscribableResult<any, Error>>;
|
|
66
66
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conduit-client/command-aura-graphql-normalized-cache-control",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Luvio Aura GraphQL Normalized Cache Control Command",
|
|
6
6
|
"type": "module",
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
"watch": "npm run build --watch"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@conduit-client/command-aura-cache-control": "2.0.
|
|
35
|
-
"@conduit-client/command-aura-normalized-cache-control": "2.0.
|
|
36
|
-
"@conduit-client/command-base": "2.0.
|
|
37
|
-
"@conduit-client/command-cache-control": "2.0.
|
|
38
|
-
"@conduit-client/graphql-normalization": "2.0.
|
|
39
|
-
"@conduit-client/onestore-graphql-parser": "2.0.
|
|
40
|
-
"@conduit-client/service-aura-network": "2.0.
|
|
41
|
-
"@conduit-client/service-cache-control": "2.0.
|
|
42
|
-
"@conduit-client/service-fetch-network": "2.0.
|
|
43
|
-
"@conduit-client/service-pubsub": "2.0.
|
|
44
|
-
"@conduit-client/type-normalization": "2.0.
|
|
45
|
-
"@conduit-client/utils": "2.0.
|
|
34
|
+
"@conduit-client/command-aura-cache-control": "2.0.1",
|
|
35
|
+
"@conduit-client/command-aura-normalized-cache-control": "2.0.1",
|
|
36
|
+
"@conduit-client/command-base": "2.0.1",
|
|
37
|
+
"@conduit-client/command-cache-control": "2.0.1",
|
|
38
|
+
"@conduit-client/graphql-normalization": "2.0.1",
|
|
39
|
+
"@conduit-client/onestore-graphql-parser": "2.0.1",
|
|
40
|
+
"@conduit-client/service-aura-network": "2.0.1",
|
|
41
|
+
"@conduit-client/service-cache-control": "2.0.1",
|
|
42
|
+
"@conduit-client/service-fetch-network": "2.0.1",
|
|
43
|
+
"@conduit-client/service-pubsub": "2.0.1",
|
|
44
|
+
"@conduit-client/type-normalization": "2.0.1",
|
|
45
|
+
"@conduit-client/utils": "2.0.1"
|
|
46
46
|
},
|
|
47
47
|
"volta": {
|
|
48
48
|
"extends": "../../../../package.json"
|