@quesmed/types-rn 2.6.72 → 2.6.73
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/package.json
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IMarksheet, IOsceMarksheet, ITodo } from '../../models';
|
|
2
2
|
import { RootData, graphqlNormalize } from '../types';
|
|
3
3
|
export declare const SAMPLE_CONTENT: import("@apollo/client").DocumentNode;
|
|
4
|
-
export type ISampleContentVar =
|
|
5
|
-
productType: EProductType;
|
|
6
|
-
};
|
|
4
|
+
export type ISampleContentVar = null;
|
|
7
5
|
interface ISampleContent {
|
|
8
6
|
marksheets: IMarksheet[];
|
|
9
7
|
todos: ITodo[];
|
|
@@ -4,8 +4,8 @@ exports.SAMPLE_OSCE_MARKSHEET = exports.SAMPLE_TODO = exports.SAMPLE_MARKSHEET =
|
|
|
4
4
|
const client_1 = require("@apollo/client");
|
|
5
5
|
const fragments_1 = require("../fragments");
|
|
6
6
|
exports.SAMPLE_CONTENT = (0, client_1.gql) `
|
|
7
|
-
query SampleContent
|
|
8
|
-
sampleContent
|
|
7
|
+
query SampleContent {
|
|
8
|
+
sampleContent {
|
|
9
9
|
marksheets {
|
|
10
10
|
id
|
|
11
11
|
source
|