]>
Commit | Line | Data |
---|---|---|
81345200 A |
1 | { |
2 | "types": { | |
3 | "Global": [ | |
4 | { "name": "ScalarType", "mode": "SCALAR" } | |
5 | ] | |
6 | }, | |
7 | ||
8 | "inputs": [ | |
9 | { | |
10 | "name": "ScalarInput1", | |
11 | "description": "", | |
12 | "queue": "SCRIPT_MEMOIZED", | |
13 | "members": [ | |
14 | { "name": "data", "type": "ScalarType" } | |
15 | ] | |
16 | }, | |
17 | { | |
18 | "name": "ScalarInput2", | |
19 | "description": "", | |
20 | "queue": "SCRIPT_MEMOIZED", | |
21 | "flags": ["CREATE_FROM_PAGE"], | |
22 | "members": [ | |
23 | { "name": "data", "type": "ScalarType" } | |
24 | ] | |
25 | } | |
26 | ] | |
27 | } |