-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoption.xml
More file actions
34 lines (30 loc) · 929 Bytes
/
option.xml
File metadata and controls
34 lines (30 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/option.xsd">
<import>
<categories>
<category name="graphql">
</category>
<category name="graphql.general">
<parent>graphql</parent>
<showorder>1</showorder>
</category>
<category name="graphql.server">
<parent>graphql</parent>
<showorder>2</showorder>
</category>
<category name="graphql.server.default">
<parent>graphql.server</parent>
<showorder>1</showorder>
</category>
</categories>
<options>
<option name="graphql_server_query_depth">
<categoryname>graphql.server</categoryname>
<showorder>1</showorder>
<optiontype>integer</optiontype>
<defaultvalue>11</defaultvalue>
<minvalue>0</minvalue>
</option>
</options>
</import>
</data>