Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
magento2-base
dev
tests
api-functional
testsuite
Magento
GraphQl
_files
query_introspection.php
Go to the documentation of this file.
1
<?php
6
declare(strict_types=1);
7
8
return
[
9
10
[
11
'name'
=>
'customAttributeMetadata'
,
12
'args'
=>
13
[
14
[
15
'name'
=>
'attributes'
,
16
'description'
=>
''
,
17
'type'
=>
18
[
19
'kind'
=>
'NON_NULL'
,
20
'name'
=>
null
,
21
'ofType'
=>
22
[
23
'kind'
=>
'LIST'
,
24
'name'
=>
null
,
25
]
26
],
27
'defaultValue'
=>
null
,
28
]
29
]
30
],
31
[
32
'name'
=>
'testItem'
,
33
'args'
=>
34
[
35
[
36
'name'
=>
'id'
,
37
'description'
=>
''
,
38
'type'
=>
39
[
40
'kind'
=>
'NON_NULL'
,
41
'name'
=>
null
,
42
'ofType'
=>
43
[
44
'kind'
=>
'SCALAR'
,
45
'name'
=>
'Int'
,
46
]
47
48
],
49
'defaultValue'
=>
null
,
50
51
]
52
]
53
54
],
55
[
56
'name'
=>
'urlResolver'
,
57
'args'
=>
58
[
59
[
60
'name'
=>
'url'
,
61
'description'
=>
''
,
62
'type'
=>
63
[
64
'kind'
=>
'NON_NULL'
,
65
'name'
=>
null
,
66
'ofType'
=>
67
[
68
'kind'
=>
'SCALAR'
,
69
'name'
=>
'String'
,
70
]
71
],
72
'defaultValue'
=>
null
,
73
]
74
]
75
76
]
77
];