File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Fields public Control
2
2
=====================
3
3
4
- You can use ` config.fields.*.public ` to control if a field needs to be removed the results.
4
+ You can use ` config.fields.*.public ` to control if a field needs to be removed from the results.
5
5
If ` config.fields.*.public ` value is true or is not set, the field will be visible.
6
6
If value is false, then the field will be removed (in any query, including inspection queries).
7
7
@@ -20,7 +20,7 @@ AnObject:
20
20
21
21
```
22
22
23
- You can also use ` config.fieldsDefaultPublic ` to handle the setting globally on an object :
23
+ You can also use ` config.fieldsDefaultPublic ` to handle the setting globally on an object:
24
24
25
25
``` yaml
26
26
AnObject :
@@ -34,6 +34,6 @@ AnObject:
34
34
type : " String"
35
35
` ` `
36
36
37
- Have you noticed ` typeName` and `fieldName` here ? This variables are always set to the current
37
+ Have you noticed ` typeName` and `fieldName` here? These variables are always set to the current
38
38
type name and current field name, meaning you can apply a per field `public` setting on all the
39
39
fields with one line of yaml.
You can’t perform that action at this time.
0 commit comments