Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
schema_with_description_sdl.php
Go to the documentation of this file.
1 <?php
6 declare(strict_types=1);
7 
8 return [
9  [
10  'kind' => 'OBJECT',
11  'name' => 'Query',
12  'description' => null,
13  'fields' => [
14  [
15  'name' => 'placeholder',
16  'description' => 'comment for placeholder.',
17  'args' => [
18 
19  ],
20  'type' => [
21  'kind' => 'SCALAR',
22  'name' => 'String',
23  'ofType' => null
24  ],
25  'isDeprecated' => false,
26  'deprecationReason' => null
27  ],
28  [
29  'name' => 'products',
30  'description' => 'comment for products fields',
31  'args' => [
32  [
33  'name' => 'search',
34  'description' => '',
35  'type' => [
36  'kind' => 'SCALAR',
37  'name' => 'String',
38  'ofType' => null
39  ],
40  'defaultValue' => null
41  ],
42  [
43  'name' => 'filter',
44  'description' => '',
45  'type' => [
46  'kind' => 'INPUT_OBJECT',
47  'name' => 'ProductFilterInput',
48  'ofType' => null
49  ],
50  'defaultValue' => null
51  ],
52  [
53  'name' => 'pageSize',
54  'description' => '',
55  'type' => [
56  'kind' => 'SCALAR',
57  'name' => 'Int',
58  'ofType' => null
59  ],
60  'defaultValue' => null
61  ],
62  [
63  'name' => 'currentPage',
64  'description' => '',
65  'type' => [
66  'kind' => 'SCALAR',
67  'name' => 'Int',
68  'ofType' => null
69  ],
70  'defaultValue' => null
71  ],
72  [
73  'name' => 'sort',
74  'description' => '',
75  'type' => [
76  'kind' => 'INPUT_OBJECT',
77  'name' => 'ProductSortInput',
78  'ofType' => null
79  ],
80  'defaultValue' => null
81  ]
82  ],
83  'type' => [
84  'kind' => 'OBJECT',
85  'name' => 'Products',
86  'ofType' => null
87  ],
88  'isDeprecated' => false,
89  'deprecationReason' => null
90  ]
91  ],
92  'inputFields' => null,
93  'interfaces' => [
94 
95  ],
96  'enumValues' => null,
97  'possibleTypes' => null
98  ],
99  [
100  'kind' => 'SCALAR',
101  'name' => 'String',
102  'description' => 'The `String` scalar type represents textual data, represented as UTF-8' . "\n" .
103  'character sequences. The String type is most often used by GraphQL to'. "\n" .
104  'represent free-form human-readable text.',
105  'fields' => null,
106  'inputFields' => null,
107  'interfaces' => null,
108  'enumValues' => null,
109  'possibleTypes' => null
110  ],
111  [
112  'kind' => 'INPUT_OBJECT',
113  'name' => 'ProductFilterInput',
114  'description' => 'Comment for ProductFilterInput',
115  'fields' => null,
116  'inputFields' => [
117  [
118  'name' => 'name',
119  'description' => '',
120  'type' => [
121  'kind' => 'INPUT_OBJECT',
122  'name' => 'FilterTypeInput',
123  'ofType' => null
124  ],
125  'defaultValue' => null
126  ],
127  [
128  'name' => 'sku',
129  'description' => 'Comment for field_sku which is of type FilterTypeInput',
130  'type' => [
131  'kind' => 'INPUT_OBJECT',
132  'name' => 'FilterTypeInput',
133  'ofType' => null
134  ],
135  'defaultValue' => null
136  ],
137  [
138  'name' => 'description',
139  'description' => '',
140  'type' => [
141  'kind' => 'INPUT_OBJECT',
142  'name' => 'FilterTypeInput',
143  'ofType' => null
144  ],
145  'defaultValue' => null
146  ],
147  [
148  'name' => 'short_description',
149  'description' => '',
150  'type' => [
151  'kind' => 'INPUT_OBJECT',
152  'name' => 'FilterTypeInput',
153  'ofType' => null
154  ],
155  'defaultValue' => null
156  ],
157  [
158  'name' => 'price',
159  'description' => '',
160  'type' => [
161  'kind' => 'INPUT_OBJECT',
162  'name' => 'FilterTypeInput',
163  'ofType' => null
164  ],
165  'defaultValue' => null
166  ],
167  [
168  'name' => 'special_price',
169  'description' => '',
170  'type' => [
171  'kind' => 'INPUT_OBJECT',
172  'name' => 'FilterTypeInput',
173  'ofType' => null
174  ],
175  'defaultValue' => null
176  ],
177  [
178  'name' => 'special_from_date',
179  'description' => '',
180  'type' => [
181  'kind' => 'INPUT_OBJECT',
182  'name' => 'FilterTypeInput',
183  'ofType' => null
184  ],
185  'defaultValue' => null
186  ],
187  [
188  'name' => 'special_to_date',
189  'description' => '',
190  'type' => [
191  'kind' => 'INPUT_OBJECT',
192  'name' => 'FilterTypeInput',
193  'ofType' => null
194  ],
195  'defaultValue' => null
196  ],
197  [
198  'name' => 'weight',
199  'description' => '',
200  'type' => [
201  'kind' => 'INPUT_OBJECT',
202  'name' => 'FilterTypeInput',
203  'ofType' => null
204  ],
205  'defaultValue' => null
206  ],
207  [
208  'name' => 'manufacturer',
209  'description' => '',
210  'type' => [
211  'kind' => 'INPUT_OBJECT',
212  'name' => 'FilterTypeInput',
213  'ofType' => null
214  ],
215  'defaultValue' => null
216  ],
217  [
218  'name' => 'meta_title',
219  'description' => '',
220  'type' => [
221  'kind' => 'INPUT_OBJECT',
222  'name' => 'FilterTypeInput',
223  'ofType' => null
224  ],
225  'defaultValue' => null
226  ],
227  [
228  'name' => 'meta_keyword',
229  'description' => '',
230  'type' => [
231  'kind' => 'INPUT_OBJECT',
232  'name' => 'FilterTypeInput',
233  'ofType' => null
234  ],
235  'defaultValue' => null
236  ],
237  [
238  'name' => 'meta_description',
239  'description' => '',
240  'type' => [
241  'kind' => 'INPUT_OBJECT',
242  'name' => 'FilterTypeInput',
243  'ofType' => null
244  ],
245  'defaultValue' => null
246  ],
247  [
248  'name' => 'image',
249  'description' => '',
250  'type' => [
251  'kind' => 'INPUT_OBJECT',
252  'name' => 'FilterTypeInput',
253  'ofType' => null
254  ],
255  'defaultValue' => null
256  ],
257  [
258  'name' => 'small_image',
259  'description' => '',
260  'type' => [
261  'kind' => 'INPUT_OBJECT',
262  'name' => 'FilterTypeInput',
263  'ofType' => null
264  ],
265  'defaultValue' => null
266  ],
267  [
268  'name' => 'thumbnail',
269  'description' => '',
270  'type' => [
271  'kind' => 'INPUT_OBJECT',
272  'name' => 'FilterTypeInput',
273  'ofType' => null
274  ],
275  'defaultValue' => null
276  ],
277  [
278  'name' => 'tier_price',
279  'description' => '',
280  'type' => [
281  'kind' => 'INPUT_OBJECT',
282  'name' => 'FilterTypeInput',
283  'ofType' => null
284  ],
285  'defaultValue' => null
286  ],
287  [
288  'name' => 'news_from_date',
289  'description' => '',
290  'type' => [
291  'kind' => 'INPUT_OBJECT',
292  'name' => 'FilterTypeInput',
293  'ofType' => null
294  ],
295  'defaultValue' => null
296  ],
297  [
298  'name' => 'news_to_date',
299  'description' => '',
300  'type' => [
301  'kind' => 'INPUT_OBJECT',
302  'name' => 'FilterTypeInput',
303  'ofType' => null
304  ],
305  'defaultValue' => null
306  ],
307  [
308  'name' => 'custom_design',
309  'description' => '',
310  'type' => [
311  'kind' => 'INPUT_OBJECT',
312  'name' => 'FilterTypeInput',
313  'ofType' => null
314  ],
315  'defaultValue' => null
316  ],
317  [
318  'name' => 'custom_design_from',
319  'description' => '',
320  'type' => [
321  'kind' => 'INPUT_OBJECT',
322  'name' => 'FilterTypeInput',
323  'ofType' => null
324  ],
325  'defaultValue' => null
326  ],
327  [
328  'name' => 'custom_design_to',
329  'description' => '',
330  'type' => [
331  'kind' => 'INPUT_OBJECT',
332  'name' => 'FilterTypeInput',
333  'ofType' => null
334  ],
335  'defaultValue' => null
336  ],
337  [
338  'name' => 'custom_layout_update',
339  'description' => '',
340  'type' => [
341  'kind' => 'INPUT_OBJECT',
342  'name' => 'FilterTypeInput',
343  'ofType' => null
344  ],
345  'defaultValue' => null
346  ],
347  [
348  'name' => 'page_layout',
349  'description' => '',
350  'type' => [
351  'kind' => 'INPUT_OBJECT',
352  'name' => 'FilterTypeInput',
353  'ofType' => null
354  ],
355  'defaultValue' => null
356  ],
357  [
358  'name' => 'category_ids',
359  'description' => '',
360  'type' => [
361  'kind' => 'INPUT_OBJECT',
362  'name' => 'FilterTypeInput',
363  'ofType' => null
364  ],
365  'defaultValue' => null
366  ],
367  [
368  'name' => 'options_container',
369  'description' => '',
370  'type' => [
371  'kind' => 'INPUT_OBJECT',
372  'name' => 'FilterTypeInput',
373  'ofType' => null
374  ],
375  'defaultValue' => null
376  ],
377  [
378  'name' => 'required_options',
379  'description' => '',
380  'type' => [
381  'kind' => 'INPUT_OBJECT',
382  'name' => 'FilterTypeInput',
383  'ofType' => null
384  ],
385  'defaultValue' => null
386  ],
387  [
388  'name' => 'has_options',
389  'description' => '',
390  'type' => [
391  'kind' => 'INPUT_OBJECT',
392  'name' => 'FilterTypeInput',
393  'ofType' => null
394  ],
395  'defaultValue' => null
396  ],
397  [
398  'name' => 'image_label',
399  'description' => '',
400  'type' => [
401  'kind' => 'INPUT_OBJECT',
402  'name' => 'FilterTypeInput',
403  'ofType' => null
404  ],
405  'defaultValue' => null
406  ],
407  [
408  'name' => 'small_image_label',
409  'description' => '',
410  'type' => [
411  'kind' => 'INPUT_OBJECT',
412  'name' => 'FilterTypeInput',
413  'ofType' => null
414  ],
415  'defaultValue' => null
416  ],
417  [
418  'name' => 'thumbnail_label',
419  'description' => '',
420  'type' => [
421  'kind' => 'INPUT_OBJECT',
422  'name' => 'FilterTypeInput',
423  'ofType' => null
424  ],
425  'defaultValue' => null
426  ],
427  [
428  'name' => 'created_at',
429  'description' => '',
430  'type' => [
431  'kind' => 'INPUT_OBJECT',
432  'name' => 'FilterTypeInput',
433  'ofType' => null
434  ],
435  'defaultValue' => null
436  ],
437  [
438  'name' => 'updated_at',
439  'description' => '',
440  'type' => [
441  'kind' => 'INPUT_OBJECT',
442  'name' => 'FilterTypeInput',
443  'ofType' => null
444  ],
445  'defaultValue' => null
446  ],
447  [
448  'name' => 'country_of_manufacture',
449  'description' => '',
450  'type' => [
451  'kind' => 'INPUT_OBJECT',
452  'name' => 'FilterTypeInput',
453  'ofType' => null
454  ],
455  'defaultValue' => null
456  ],
457  [
458  'name' => 'custom_layout',
459  'description' => '',
460  'type' => [
461  'kind' => 'INPUT_OBJECT',
462  'name' => 'FilterTypeInput',
463  'ofType' => null
464  ],
465  'defaultValue' => null
466  ],
467  [
468  'name' => 'gift_message_available',
469  'description' => '',
470  'type' => [
471  'kind' => 'INPUT_OBJECT',
472  'name' => 'FilterTypeInput',
473  'ofType' => null
474  ],
475  'defaultValue' => null
476  ],
477  [
478  'name' => 'or',
479  'description' => '',
480  'type' => [
481  'kind' => 'INPUT_OBJECT',
482  'name' => 'ProductFilterInput',
483  'ofType' => null
484  ],
485  'defaultValue' => null
486  ]
487  ],
488  'interfaces' => null,
489  'enumValues' => null,
490  'possibleTypes' => null
491  ],
492  [
493  'kind' => 'INPUT_OBJECT',
494  'name' => 'FilterTypeInput',
495  'description' => 'Comment for FilterTypeInput',
496  'fields' => null,
497  'inputFields' => [
498  [
499  'name' => 'eq',
500  'description' => 'Equal',
501  'type' => [
502  'kind' => 'SCALAR',
503  'name' => 'String',
504  'ofType' => null
505  ],
506  'defaultValue' => null
507  ],
508  [
509  'name' => 'finset',
510  'description' => '',
511  'type' => [
512  'kind' => 'LIST',
513  'name' => null,
514  'ofType' => [
515  'kind' => 'SCALAR',
516  'name' => 'String',
517  'ofType' => null
518  ]
519  ],
520  'defaultValue' => null
521  ],
522  [
523  'name' => 'from',
524  'description' => '',
525  'type' => [
526  'kind' => 'SCALAR',
527  'name' => 'String',
528  'ofType' => null
529  ],
530  'defaultValue' => null
531  ],
532  [
533  'name' => 'gt',
534  'description' => '',
535  'type' => [
536  'kind' => 'SCALAR',
537  'name' => 'String',
538  'ofType' => null
539  ],
540  'defaultValue' => null
541  ],
542  [
543  'name' => 'gteq',
544  'description' => '',
545  'type' => [
546  'kind' => 'SCALAR',
547  'name' => 'String',
548  'ofType' => null
549  ],
550  'defaultValue' => null
551  ],
552  [
553  'name' => 'in',
554  'description' => '',
555  'type' => [
556  'kind' => 'LIST',
557  'name' => null,
558  'ofType' => [
559  'kind' => 'SCALAR',
560  'name' => 'String',
561  'ofType' => null
562  ]
563  ],
564  'defaultValue' => null
565  ],
566  [
567  'name' => 'like',
568  'description' => '',
569  'type' => [
570  'kind' => 'SCALAR',
571  'name' => 'String',
572  'ofType' => null
573  ],
574  'defaultValue' => null
575  ],
576  [
577  'name' => 'lt',
578  'description' => '',
579  'type' => [
580  'kind' => 'SCALAR',
581  'name' => 'String',
582  'ofType' => null
583  ],
584  'defaultValue' => null
585  ],
586  [
587  'name' => 'lteq',
588  'description' => '',
589  'type' => [
590  'kind' => 'SCALAR',
591  'name' => 'String',
592  'ofType' => null
593  ],
594  'defaultValue' => null
595  ],
596  [
597  'name' => 'moreq',
598  'description' => '',
599  'type' => [
600  'kind' => 'SCALAR',
601  'name' => 'String',
602  'ofType' => null
603  ],
604  'defaultValue' => null
605  ],
606  [
607  'name' => 'neq',
608  'description' => '',
609  'type' => [
610  'kind' => 'SCALAR',
611  'name' => 'String',
612  'ofType' => null
613  ],
614  'defaultValue' => null
615  ],
616  [
617  'name' => 'notnull',
618  'description' => '',
619  'type' => [
620  'kind' => 'SCALAR',
621  'name' => 'String',
622  'ofType' => null
623  ],
624  'defaultValue' => null
625  ],
626  [
627  'name' => 'null',
628  'description' => '',
629  'type' => [
630  'kind' => 'SCALAR',
631  'name' => 'String',
632  'ofType' => null
633  ],
634  'defaultValue' => null
635  ],
636  [
637  'name' => 'to',
638  'description' => '',
639  'type' => [
640  'kind' => 'SCALAR',
641  'name' => 'String',
642  'ofType' => null
643  ],
644  'defaultValue' => null
645  ],
646  [
647  'name' => 'nin',
648  'description' => '',
649  'type' => [
650  'kind' => 'LIST',
651  'name' => null,
652  'ofType' => [
653  'kind' => 'SCALAR',
654  'name' => 'String',
655  'ofType' => null
656  ]
657  ],
658  'defaultValue' => null
659  ]
660  ],
661  'interfaces' => null,
662  'enumValues' => null,
663  'possibleTypes' => null
664  ],
665  [
666  'kind' => 'SCALAR',
667  'name' => 'Int',
668  'description' => 'The `Int` scalar type represents non-fractional signed whole numeric' . "\n" .
669  'values. Int can represent values between -(2^31) and 2^31 - 1. ',
670  'fields' => null,
671  'inputFields' => null,
672  'interfaces' => null,
673  'enumValues' => null,
674  'possibleTypes' => null
675  ],
676  [
677  'kind' => 'INPUT_OBJECT',
678  'name' => 'ProductSortInput',
679  'description' => 'Input ProductSortInput',
680  'fields' => null,
681  'inputFields' => [
682  [
683  'name' => 'name',
684  'description' => 'Name',
685  'type' => [
686  'kind' => 'ENUM',
687  'name' => 'SortEnum',
688  'ofType' => null
689  ],
690  'defaultValue' => null
691  ],
692  [
693  'name' => 'sku',
694  'description' => '',
695  'type' => [
696  'kind' => 'ENUM',
697  'name' => 'SortEnum',
698  'ofType' => null
699  ],
700  'defaultValue' => null
701  ],
702  [
703  'name' => 'description',
704  'description' => '',
705  'type' => [
706  'kind' => 'ENUM',
707  'name' => 'SortEnum',
708  'ofType' => null
709  ],
710  'defaultValue' => null
711  ],
712  [
713  'name' => 'short_description',
714  'description' => '',
715  'type' => [
716  'kind' => 'ENUM',
717  'name' => 'SortEnum',
718  'ofType' => null
719  ],
720  'defaultValue' => null
721  ],
722  [
723  'name' => 'price',
724  'description' => '',
725  'type' => [
726  'kind' => 'ENUM',
727  'name' => 'SortEnum',
728  'ofType' => null
729  ],
730  'defaultValue' => null
731  ],
732  [
733  'name' => 'special_price',
734  'description' => '',
735  'type' => [
736  'kind' => 'ENUM',
737  'name' => 'SortEnum',
738  'ofType' => null
739  ],
740  'defaultValue' => null
741  ],
742  [
743  'name' => 'special_from_date',
744  'description' => '',
745  'type' => [
746  'kind' => 'ENUM',
747  'name' => 'SortEnum',
748  'ofType' => null
749  ],
750  'defaultValue' => null
751  ],
752  [
753  'name' => 'special_to_date',
754  'description' => '',
755  'type' => [
756  'kind' => 'ENUM',
757  'name' => 'SortEnum',
758  'ofType' => null
759  ],
760  'defaultValue' => null
761  ],
762  [
763  'name' => 'weight',
764  'description' => '',
765  'type' => [
766  'kind' => 'ENUM',
767  'name' => 'SortEnum',
768  'ofType' => null
769  ],
770  'defaultValue' => null
771  ],
772  [
773  'name' => 'manufacturer',
774  'description' => '',
775  'type' => [
776  'kind' => 'ENUM',
777  'name' => 'SortEnum',
778  'ofType' => null
779  ],
780  'defaultValue' => null
781  ],
782  [
783  'name' => 'meta_title',
784  'description' => '',
785  'type' => [
786  'kind' => 'ENUM',
787  'name' => 'SortEnum',
788  'ofType' => null
789  ],
790  'defaultValue' => null
791  ],
792  [
793  'name' => 'meta_keyword',
794  'description' => '',
795  'type' => [
796  'kind' => 'ENUM',
797  'name' => 'SortEnum',
798  'ofType' => null
799  ],
800  'defaultValue' => null
801  ],
802  [
803  'name' => 'meta_description',
804  'description' => '',
805  'type' => [
806  'kind' => 'ENUM',
807  'name' => 'SortEnum',
808  'ofType' => null
809  ],
810  'defaultValue' => null
811  ],
812  [
813  'name' => 'image',
814  'description' => '',
815  'type' => [
816  'kind' => 'ENUM',
817  'name' => 'SortEnum',
818  'ofType' => null
819  ],
820  'defaultValue' => null
821  ],
822  [
823  'name' => 'small_image',
824  'description' => '',
825  'type' => [
826  'kind' => 'ENUM',
827  'name' => 'SortEnum',
828  'ofType' => null
829  ],
830  'defaultValue' => null
831  ],
832  [
833  'name' => 'thumbnail',
834  'description' => '',
835  'type' => [
836  'kind' => 'ENUM',
837  'name' => 'SortEnum',
838  'ofType' => null
839  ],
840  'defaultValue' => null
841  ],
842  [
843  'name' => 'tier_price',
844  'description' => '',
845  'type' => [
846  'kind' => 'ENUM',
847  'name' => 'SortEnum',
848  'ofType' => null
849  ],
850  'defaultValue' => null
851  ],
852  [
853  'name' => 'news_from_date',
854  'description' => '',
855  'type' => [
856  'kind' => 'ENUM',
857  'name' => 'SortEnum',
858  'ofType' => null
859  ],
860  'defaultValue' => null
861  ],
862  [
863  'name' => 'news_to_date',
864  'description' => '',
865  'type' => [
866  'kind' => 'ENUM',
867  'name' => 'SortEnum',
868  'ofType' => null
869  ],
870  'defaultValue' => null
871  ],
872  [
873  'name' => 'custom_design',
874  'description' => '',
875  'type' => [
876  'kind' => 'ENUM',
877  'name' => 'SortEnum',
878  'ofType' => null
879  ],
880  'defaultValue' => null
881  ],
882  [
883  'name' => 'custom_design_from',
884  'description' => '',
885  'type' => [
886  'kind' => 'ENUM',
887  'name' => 'SortEnum',
888  'ofType' => null
889  ],
890  'defaultValue' => null
891  ],
892  [
893  'name' => 'custom_design_to',
894  'description' => '',
895  'type' => [
896  'kind' => 'ENUM',
897  'name' => 'SortEnum',
898  'ofType' => null
899  ],
900  'defaultValue' => null
901  ],
902  [
903  'name' => 'custom_layout_update',
904  'description' => '',
905  'type' => [
906  'kind' => 'ENUM',
907  'name' => 'SortEnum',
908  'ofType' => null
909  ],
910  'defaultValue' => null
911  ],
912  [
913  'name' => 'page_layout',
914  'description' => '',
915  'type' => [
916  'kind' => 'ENUM',
917  'name' => 'SortEnum',
918  'ofType' => null
919  ],
920  'defaultValue' => null
921  ],
922  [
923  'name' => 'category_ids',
924  'description' => '',
925  'type' => [
926  'kind' => 'ENUM',
927  'name' => 'SortEnum',
928  'ofType' => null
929  ],
930  'defaultValue' => null
931  ],
932  [
933  'name' => 'options_container',
934  'description' => '',
935  'type' => [
936  'kind' => 'ENUM',
937  'name' => 'SortEnum',
938  'ofType' => null
939  ],
940  'defaultValue' => null
941  ],
942  [
943  'name' => 'required_options',
944  'description' => '',
945  'type' => [
946  'kind' => 'ENUM',
947  'name' => 'SortEnum',
948  'ofType' => null
949  ],
950  'defaultValue' => null
951  ],
952  [
953  'name' => 'has_options',
954  'description' => '',
955  'type' => [
956  'kind' => 'ENUM',
957  'name' => 'SortEnum',
958  'ofType' => null
959  ],
960  'defaultValue' => null
961  ],
962  [
963  'name' => 'image_label',
964  'description' => '',
965  'type' => [
966  'kind' => 'ENUM',
967  'name' => 'SortEnum',
968  'ofType' => null
969  ],
970  'defaultValue' => null
971  ],
972  [
973  'name' => 'small_image_label',
974  'description' => '',
975  'type' => [
976  'kind' => 'ENUM',
977  'name' => 'SortEnum',
978  'ofType' => null
979  ],
980  'defaultValue' => null
981  ],
982  [
983  'name' => 'thumbnail_label',
984  'description' => '',
985  'type' => [
986  'kind' => 'ENUM',
987  'name' => 'SortEnum',
988  'ofType' => null
989  ],
990  'defaultValue' => null
991  ],
992  [
993  'name' => 'created_at',
994  'description' => '',
995  'type' => [
996  'kind' => 'ENUM',
997  'name' => 'SortEnum',
998  'ofType' => null
999  ],
1000  'defaultValue' => null
1001  ],
1002  [
1003  'name' => 'updated_at',
1004  'description' => '',
1005  'type' => [
1006  'kind' => 'ENUM',
1007  'name' => 'SortEnum',
1008  'ofType' => null
1009  ],
1010  'defaultValue' => null
1011  ],
1012  [
1013  'name' => 'country_of_manufacture',
1014  'description' => '',
1015  'type' => [
1016  'kind' => 'ENUM',
1017  'name' => 'SortEnum',
1018  'ofType' => null
1019  ],
1020  'defaultValue' => null
1021  ],
1022  [
1023  'name' => 'custom_layout',
1024  'description' => '',
1025  'type' => [
1026  'kind' => 'ENUM',
1027  'name' => 'SortEnum',
1028  'ofType' => null
1029  ],
1030  'defaultValue' => null
1031  ],
1032  [
1033  'name' => 'gift_message_available',
1034  'description' => '',
1035  'type' => [
1036  'kind' => 'ENUM',
1037  'name' => 'SortEnum',
1038  'ofType' => null
1039  ],
1040  'defaultValue' => null
1041  ]
1042  ],
1043  'interfaces' => null,
1044  'enumValues' => null,
1045  'possibleTypes' => null
1046  ],
1047  [
1048  'kind' => 'ENUM',
1049  'name' => 'SortEnum',
1050  'description' => 'Comment for SortEnum.',
1051  'fields' => null,
1052  'inputFields' => null,
1053  'interfaces' => null,
1054  'enumValues' => [
1055  [
1056  'name' => 'ASC',
1057  'description' => 'Ascending Order',
1058  'isDeprecated' => false
1059  ],
1060  [
1061  'name' => 'DESC',
1062  'description' => 'Descending Order',
1063  'isDeprecated' => false
1064  ]
1065  ],
1066  'possibleTypes' => null
1067  ],
1068  [
1069  'kind' => 'OBJECT',
1070  'name' => 'Products',
1071  'description' => 'Comment for Products',
1072  'fields' => [
1073  [
1074  'name' => 'items',
1075  'description' => 'comment for items[Products].',
1076  'args' => [
1077 
1078  ],
1079  'type' => [
1080  'kind' => 'LIST',
1081  'name' => null,
1082  'ofType' => [
1083  'kind' => 'INTERFACE',
1084  'name' => 'ProductInterface',
1085  'ofType' => null
1086  ]
1087  ],
1088  'isDeprecated' => false,
1089  'deprecationReason' => null
1090  ],
1091  [
1092  'name' => 'page_info',
1093  'description' => 'comment for page_info.',
1094  'args' => [
1095 
1096  ],
1097  'type' => [
1098  'kind' => 'OBJECT',
1099  'name' => 'SearchResultPageInfo',
1100  'ofType' => null
1101  ],
1102  'isDeprecated' => false,
1103  'deprecationReason' => null
1104  ],
1105  [
1106  'name' => 'total_count',
1107  'description' => null,
1108  'args' => [
1109 
1110  ],
1111  'type' => [
1112  'kind' => 'SCALAR',
1113  'name' => 'Int',
1114  'ofType' => null
1115  ],
1116  'isDeprecated' => false,
1117  'deprecationReason' => null
1118  ]
1119  ],
1120  'inputFields' => null,
1121  'interfaces' => [
1122 
1123  ],
1124  'enumValues' => null,
1125  'possibleTypes' => null
1126  ],
1127  [
1128  'kind'=> 'INTERFACE',
1129  'name'=> 'ProductInterface',
1130  'description'=> 'comment for ProductInterface',
1131  'fields'=> [
1132  [
1133  'name'=> 'url_key',
1134  'description'=> 'comment for url_key inside ProductInterface type.',
1135  'args'=> [
1136 
1137  ],
1138  'type'=> [
1139  'kind'=> 'SCALAR',
1140  'name'=> 'String',
1141  'ofType'=> null
1142  ],
1143  'isDeprecated'=> false,
1144  'deprecationReason'=> null
1145  ],
1146  [
1147  'name'=> 'url_path',
1148  'description'=> null,
1149  'args'=> [
1150 
1151  ],
1152  'type'=> [
1153  'kind'=> 'SCALAR',
1154  'name'=> 'String',
1155  'ofType'=> null
1156  ],
1157  'isDeprecated'=> false,
1158  'deprecationReason'=> null
1159  ],
1160  [
1161  'name'=> 'id',
1162  'description'=> 'comment for [ProductInterface].',
1163  'args'=> [
1164 
1165  ],
1166  'type'=> [
1167  'kind'=> 'SCALAR',
1168  'name'=> 'Int',
1169  'ofType'=> null
1170  ],
1171  'isDeprecated'=> false,
1172  'deprecationReason'=> null
1173  ],
1174  [
1175  'name'=> 'name',
1176  'description'=> null,
1177  'args'=> [
1178 
1179  ],
1180  'type'=> [
1181  'kind'=> 'SCALAR',
1182  'name'=> 'String',
1183  'ofType'=> null
1184  ],
1185  'isDeprecated'=> false,
1186  'deprecationReason'=> null
1187  ],
1188  [
1189  'name'=> 'sku',
1190  'description'=> null,
1191  'args'=> [
1192 
1193  ],
1194  'type'=> [
1195  'kind'=> 'SCALAR',
1196  'name'=> 'String',
1197  'ofType'=> null
1198  ],
1199  'isDeprecated'=> false,
1200  'deprecationReason'=> null
1201  ],
1202  [
1203  'name'=> 'special_price',
1204  'description'=> null,
1205  'args'=> [
1206 
1207  ],
1208  'type'=> [
1209  'kind'=> 'SCALAR',
1210  'name'=> 'Float',
1211  'ofType'=> null
1212  ],
1213  'isDeprecated'=> false,
1214  'deprecationReason'=> null
1215  ],
1216  [
1217  'name'=> 'special_from_date',
1218  'description'=> null,
1219  'args'=> [
1220 
1221  ],
1222  'type'=> [
1223  'kind'=> 'SCALAR',
1224  'name'=> 'String',
1225  'ofType'=> null
1226  ],
1227  'isDeprecated'=> false,
1228  'deprecationReason'=> null
1229  ],
1230  [
1231  'name'=> 'attribute_set_id',
1232  'description'=> null,
1233  'args'=> [
1234 
1235  ],
1236  'type'=> [
1237  'kind'=> 'SCALAR',
1238  'name'=> 'Int',
1239  'ofType'=> null
1240  ],
1241  'isDeprecated'=> false,
1242  'deprecationReason'=> null
1243  ],
1244  [
1245  'name'=> 'tier_price',
1246  'description'=> null,
1247  'args'=> [
1248 
1249  ],
1250  'type'=> [
1251  'kind'=> 'SCALAR',
1252  'name'=> 'Float',
1253  'ofType'=> null
1254  ],
1255  'isDeprecated'=> false,
1256  'deprecationReason'=> null
1257  ],
1258  [
1259  'name'=> 'category_ids',
1260  'description'=> null,
1261  'args'=> [
1262 
1263  ],
1264  'type'=> [
1265  'kind'=> 'LIST',
1266  'name'=> null,
1267  'ofType'=> [
1268  'kind'=> 'SCALAR',
1269  'name'=> 'Int',
1270  'ofType'=> null
1271  ]
1272  ],
1273  'isDeprecated'=> false,
1274  'deprecationReason'=> null
1275  ],
1276  [
1277  'name'=> 'updated_at',
1278  'description'=> null,
1279  'args'=> [
1280 
1281  ],
1282  'type'=> [
1283  'kind'=> 'SCALAR',
1284  'name'=> 'String',
1285  'ofType'=> null
1286  ],
1287  'isDeprecated'=> false,
1288  'deprecationReason'=> null
1289  ],
1290  [
1291  'name'=> 'country_of_manufacture',
1292  'description'=> null,
1293  'args'=> [
1294 
1295  ],
1296  'type'=> [
1297  'kind'=> 'SCALAR',
1298  'name'=> 'String',
1299  'ofType'=> null
1300  ],
1301  'isDeprecated'=> false,
1302  'deprecationReason'=> null
1303  ],
1304  [
1305  'name'=> 'type_id',
1306  'description'=> null,
1307  'args'=> [
1308 
1309  ],
1310  'type'=> [
1311  'kind'=> 'SCALAR',
1312  'name'=> 'String',
1313  'ofType'=> null
1314  ],
1315  'isDeprecated'=> false,
1316  'deprecationReason'=> null
1317  ],
1318  [
1319  'name'=> 'website_ids',
1320  'description'=> null,
1321  'args'=> [
1322 
1323  ],
1324  'type'=> [
1325  'kind'=> 'LIST',
1326  'name'=> null,
1327  'ofType'=> [
1328  'kind'=> 'SCALAR',
1329  'name'=> 'Int',
1330  'ofType'=> null
1331  ]
1332  ],
1333  'isDeprecated'=> false,
1334  'deprecationReason'=> null
1335  ],
1336  [
1337  'name'=> 'category_links',
1338  'description'=> null,
1339  'args'=> [
1340 
1341  ],
1342  'type'=> [
1343  'kind'=> 'LIST',
1344  'name'=> null,
1345  'ofType'=> [
1346  'kind'=> 'OBJECT',
1347  'name'=> 'ProductCategoryLinks',
1348  'ofType'=> null
1349  ]
1350  ],
1351  'isDeprecated'=> false,
1352  'deprecationReason'=> null
1353  ],
1354  [
1355  'name'=> 'product_links',
1356  'description'=> null,
1357  'args'=> [
1358 
1359  ],
1360  'type'=> [
1361  'kind'=> 'LIST',
1362  'name'=> null,
1363  'ofType'=> [
1364  'kind'=> 'INTERFACE',
1365  'name'=> 'ProductLinksInterface',
1366  'ofType'=> null
1367  ]
1368  ],
1369  'isDeprecated'=> false,
1370  'deprecationReason'=> null
1371  ],
1372  [
1373  'name'=> 'media_gallery_entries',
1374  'description'=> null,
1375  'args'=> [
1376 
1377  ],
1378  'type'=> [
1379  'kind'=> 'LIST',
1380  'name'=> null,
1381  'ofType'=> [
1382  'kind'=> 'OBJECT',
1383  'name'=> 'MediaGalleryEntry',
1384  'ofType'=> null
1385  ]
1386  ],
1387  'isDeprecated'=> false,
1388  'deprecationReason'=> null
1389  ],
1390  [
1391  'name'=> 'tier_prices',
1392  'description'=> null,
1393  'args'=> [
1394 
1395  ],
1396  'type'=> [
1397  'kind'=> 'LIST',
1398  'name'=> null,
1399  'ofType'=> [
1400  'kind'=> 'OBJECT',
1401  'name'=> 'ProductTierPrices',
1402  'ofType'=> null
1403  ]
1404  ],
1405  'isDeprecated'=> false,
1406  'deprecationReason'=> null
1407  ],
1408  [
1409  'name'=> 'price',
1410  'description'=> null,
1411  'args'=> [
1412 
1413  ],
1414  'type'=> [
1415  'kind'=> 'OBJECT',
1416  'name'=> 'ProductPrices',
1417  'ofType'=> null
1418  ],
1419  'isDeprecated'=> false,
1420  'deprecationReason'=> null
1421  ],
1422  [
1423  'name'=> 'manufacturer',
1424  'description'=> null,
1425  'args'=> [
1426 
1427  ],
1428  'type'=> [
1429  'kind'=> 'SCALAR',
1430  'name'=> 'Int',
1431  'ofType'=> null
1432  ],
1433  'isDeprecated'=> false,
1434  'deprecationReason'=> null
1435  ]
1436  ],
1437  'inputFields'=> null,
1438  'interfaces'=> null,
1439  'enumValues'=> null,
1440  'possibleTypes'=> [
1441  [
1442  'kind'=> 'OBJECT',
1443  'name'=> 'SimpleProduct',
1444  'ofType'=> null
1445  ],
1446  [
1447  'kind'=> 'OBJECT',
1448  'name'=> 'VirtualProduct',
1449  'ofType'=> null
1450  ]
1451  ]
1452  ],
1453  [
1454  'kind' => 'SCALAR',
1455  'name' => 'Float',
1456  'description' => 'The `Float` scalar type represents signed double-precision fractional' . "\n" .
1457  'values as specified by' . "\n" .
1458  '[IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point). ',
1459  'fields' => null,
1460  'inputFields' => null,
1461  'interfaces' => null,
1462  'enumValues' => null,
1463  'possibleTypes' => null
1464  ],
1465  [
1466  'kind' => 'OBJECT',
1467  'name' => 'ProductCategoryLinks',
1468  'description' => '',
1469  'fields' => [
1470  [
1471  'name' => 'position',
1472  'description' => null,
1473  'args' => [
1474 
1475  ],
1476  'type' => [
1477  'kind' => 'SCALAR',
1478  'name' => 'Int',
1479  'ofType' => null
1480  ],
1481  'isDeprecated' => false,
1482  'deprecationReason' => null
1483  ],
1484  [
1485  'name' => 'category_id',
1486  'description' => null,
1487  'args' => [
1488 
1489  ],
1490  'type' => [
1491  'kind' => 'SCALAR',
1492  'name' => 'String',
1493  'ofType' => null
1494  ],
1495  'isDeprecated' => false,
1496  'deprecationReason' => null
1497  ]
1498  ],
1499  'inputFields' => null,
1500  'interfaces' => [
1501 
1502  ],
1503  'enumValues' => null,
1504  'possibleTypes' => null
1505  ],
1506  [
1507  'kind' => 'INTERFACE',
1508  'name' => 'ProductLinksInterface',
1509  'description' => '',
1510  'fields' => [
1511  [
1512  'name' => 'sku',
1513  'description' => null,
1514  'args' => [
1515 
1516  ],
1517  'type' => [
1518  'kind' => 'SCALAR',
1519  'name' => 'String',
1520  'ofType' => null
1521  ],
1522  'isDeprecated' => false,
1523  'deprecationReason' => null
1524  ],
1525  [
1526  'name' => 'link_type',
1527  'description' => null,
1528  'args' => [
1529 
1530  ],
1531  'type' => [
1532  'kind' => 'SCALAR',
1533  'name' => 'String',
1534  'ofType' => null
1535  ],
1536  'isDeprecated' => false,
1537  'deprecationReason' => null
1538  ],
1539  [
1540  'name' => 'linked_product_sku',
1541  'description' => null,
1542  'args' => [
1543 
1544  ],
1545  'type' => [
1546  'kind' => 'SCALAR',
1547  'name' => 'String',
1548  'ofType' => null
1549  ],
1550  'isDeprecated' => false,
1551  'deprecationReason' => null
1552  ],
1553  [
1554  'name' => 'linked_product_type',
1555  'description' => null,
1556  'args' => [
1557 
1558  ],
1559  'type' => [
1560  'kind' => 'SCALAR',
1561  'name' => 'String',
1562  'ofType' => null
1563  ],
1564  'isDeprecated' => false,
1565  'deprecationReason' => null
1566  ],
1567  [
1568  'name' => 'position',
1569  'description' => null,
1570  'args' => [
1571 
1572  ],
1573  'type' => [
1574  'kind' => 'SCALAR',
1575  'name' => 'Int',
1576  'ofType' => null
1577  ],
1578  'isDeprecated' => false,
1579  'deprecationReason' => null
1580  ]
1581  ],
1582  'inputFields' => null,
1583  'interfaces' => null,
1584  'enumValues' => null,
1585  'possibleTypes' => [
1586  [
1587  'kind' => 'OBJECT',
1588  'name' => 'ProductLinks',
1589  'ofType' => null
1590  ]
1591  ]
1592  ],
1593  [
1594  'kind' => 'OBJECT',
1595  'name' => 'MediaGalleryEntry',
1596  'description' => 'Comment for MediaGalleryEntry type',
1597  'fields' => [
1598  [
1599  'name' => 'id',
1600  'description' => 'id for MediaGalleryEntry',
1601  'args' => [
1602 
1603  ],
1604  'type' => [
1605  'kind' => 'SCALAR',
1606  'name' => 'Int',
1607  'ofType' => null
1608  ],
1609  'isDeprecated' => false,
1610  'deprecationReason' => null
1611  ],
1612  [
1613  'name' => 'media_type',
1614  'description' => null,
1615  'args' => [
1616 
1617  ],
1618  'type' => [
1619  'kind' => 'SCALAR',
1620  'name' => 'String',
1621  'ofType' => null
1622  ],
1623  'isDeprecated' => false,
1624  'deprecationReason' => null
1625  ],
1626  [
1627  'name' => 'label',
1628  'description' => null,
1629  'args' => [
1630 
1631  ],
1632  'type' => [
1633  'kind' => 'SCALAR',
1634  'name' => 'String',
1635  'ofType' => null
1636  ],
1637  'isDeprecated' => false,
1638  'deprecationReason' => null
1639  ],
1640  [
1641  'name' => 'position',
1642  'description' => null,
1643  'args' => [
1644 
1645  ],
1646  'type' => [
1647  'kind' => 'SCALAR',
1648  'name' => 'Int',
1649  'ofType' => null
1650  ],
1651  'isDeprecated' => false,
1652  'deprecationReason' => null
1653  ],
1654  [
1655  'name' => 'disabled',
1656  'description' => null,
1657  'args' => [
1658 
1659  ],
1660  'type' => [
1661  'kind' => 'SCALAR',
1662  'name' => 'Boolean',
1663  'ofType' => null
1664  ],
1665  'isDeprecated' => false,
1666  'deprecationReason' => null
1667  ],
1668  [
1669  'name' => 'types',
1670  'description' => null,
1671  'args' => [
1672 
1673  ],
1674  'type' => [
1675  'kind' => 'LIST',
1676  'name' => null,
1677  'ofType' => [
1678  'kind' => 'SCALAR',
1679  'name' => 'String',
1680  'ofType' => null
1681  ]
1682  ],
1683  'isDeprecated' => false,
1684  'deprecationReason' => null
1685  ],
1686  [
1687  'name' => 'file',
1688  'description' => null,
1689  'args' => [
1690 
1691  ],
1692  'type' => [
1693  'kind' => 'SCALAR',
1694  'name' => 'String',
1695  'ofType' => null
1696  ],
1697  'isDeprecated' => false,
1698  'deprecationReason' => null
1699  ],
1700  [
1701  'name' => 'content',
1702  'description' => 'Comment for ProductMediaGalleryEntriesContent on content field',
1703  'args' => [
1704 
1705  ],
1706  'type' => [
1707  'kind' => 'OBJECT',
1708  'name' => 'ProductMediaGalleryEntriesContent',
1709  'ofType' => null
1710  ],
1711  'isDeprecated' => false,
1712  'deprecationReason' => null
1713  ],
1714  [
1715  'name' => 'video_content',
1716  'description' => null,
1717  'args' => [
1718 
1719  ],
1720  'type' => [
1721  'kind' => 'OBJECT',
1722  'name' => 'ProductMediaGalleryEntriesVideoContent',
1723  'ofType' => null
1724  ],
1725  'isDeprecated' => false,
1726  'deprecationReason' => null
1727  ]
1728  ],
1729  'inputFields' => null,
1730  'interfaces' => [
1731 
1732  ],
1733  'enumValues' => null,
1734  'possibleTypes' => null
1735  ],
1736  [
1737  'kind' => 'SCALAR',
1738  'name' => 'Boolean',
1739  'description' => 'The `Boolean` scalar type represents `true` or `false`.',
1740  'fields' => null,
1741  'inputFields' => null,
1742  'interfaces' => null,
1743  'enumValues' => null,
1744  'possibleTypes' => null
1745  ],
1746  [
1747  'kind' => 'OBJECT',
1748  'name' => 'ProductMediaGalleryEntriesContent',
1749  'description' => 'Comment for ProductMediaGalleryEntriesContent.',
1750  'fields' => [
1751  [
1752  'name' => 'base64_encoded_data',
1753  'description' => null,
1754  'args' => [
1755 
1756  ],
1757  'type' => [
1758  'kind' => 'SCALAR',
1759  'name' => 'String',
1760  'ofType' => null
1761  ],
1762  'isDeprecated' => false,
1763  'deprecationReason' => null
1764  ],
1765  [
1766  'name' => 'type',
1767  'description' => null,
1768  'args' => [
1769 
1770  ],
1771  'type' => [
1772  'kind' => 'SCALAR',
1773  'name' => 'String',
1774  'ofType' => null
1775  ],
1776  'isDeprecated' => false,
1777  'deprecationReason' => null
1778  ],
1779  [
1780  'name' => 'name',
1781  'description' => null,
1782  'args' => [
1783 
1784  ],
1785  'type' => [
1786  'kind' => 'SCALAR',
1787  'name' => 'String',
1788  'ofType' => null
1789  ],
1790  'isDeprecated' => false,
1791  'deprecationReason' => null
1792  ]
1793  ],
1794  'inputFields' => null,
1795  'interfaces' => [
1796 
1797  ],
1798  'enumValues' => null,
1799  'possibleTypes' => null
1800  ],
1801  [
1802  'kind' => 'OBJECT',
1803  'name' => 'ProductMediaGalleryEntriesVideoContent',
1804  'description' => '',
1805  'fields' => [
1806  [
1807  'name' => 'media_type',
1808  'description' => null,
1809  'args' => [
1810 
1811  ],
1812  'type' => [
1813  'kind' => 'SCALAR',
1814  'name' => 'String',
1815  'ofType' => null
1816  ],
1817  'isDeprecated' => false,
1818  'deprecationReason' => null
1819  ],
1820  [
1821  'name' => 'video_provider',
1822  'description' => null,
1823  'args' => [
1824 
1825  ],
1826  'type' => [
1827  'kind' => 'SCALAR',
1828  'name' => 'String',
1829  'ofType' => null
1830  ],
1831  'isDeprecated' => false,
1832  'deprecationReason' => null
1833  ],
1834  [
1835  'name' => 'video_url',
1836  'description' => null,
1837  'args' => [
1838 
1839  ],
1840  'type' => [
1841  'kind' => 'SCALAR',
1842  'name' => 'String',
1843  'ofType' => null
1844  ],
1845  'isDeprecated' => false,
1846  'deprecationReason' => null
1847  ],
1848  [
1849  'name' => 'video_title',
1850  'description' => null,
1851  'args' => [
1852 
1853  ],
1854  'type' => [
1855  'kind' => 'SCALAR',
1856  'name' => 'String',
1857  'ofType' => null
1858  ],
1859  'isDeprecated' => false,
1860  'deprecationReason' => null
1861  ],
1862  [
1863  'name' => 'video_description',
1864  'description' => null,
1865  'args' => [
1866 
1867  ],
1868  'type' => [
1869  'kind' => 'SCALAR',
1870  'name' => 'String',
1871  'ofType' => null
1872  ],
1873  'isDeprecated' => false,
1874  'deprecationReason' => null
1875  ],
1876  [
1877  'name' => 'video_metadata',
1878  'description' => null,
1879  'args' => [
1880 
1881  ],
1882  'type' => [
1883  'kind' => 'SCALAR',
1884  'name' => 'String',
1885  'ofType' => null
1886  ],
1887  'isDeprecated' => false,
1888  'deprecationReason' => null
1889  ]
1890  ],
1891  'inputFields' => null,
1892  'interfaces' => [
1893 
1894  ],
1895  'enumValues' => null,
1896  'possibleTypes' => null
1897  ],
1898  [
1899  'kind' => 'OBJECT',
1900  'name' => 'ProductTierPrices',
1901  'description' => '',
1902  'fields' => [
1903  [
1904  'name' => 'customer_group_id',
1905  'description' => null,
1906  'args' => [
1907 
1908  ],
1909  'type' => [
1910  'kind' => 'SCALAR',
1911  'name' => 'String',
1912  'ofType' => null
1913  ],
1914  'isDeprecated' => false,
1915  'deprecationReason' => null
1916  ],
1917  [
1918  'name' => 'qty',
1919  'description' => null,
1920  'args' => [
1921 
1922  ],
1923  'type' => [
1924  'kind' => 'SCALAR',
1925  'name' => 'Float',
1926  'ofType' => null
1927  ],
1928  'isDeprecated' => false,
1929  'deprecationReason' => null
1930  ],
1931  [
1932  'name' => 'value',
1933  'description' => null,
1934  'args' => [
1935 
1936  ],
1937  'type' => [
1938  'kind' => 'SCALAR',
1939  'name' => 'Float',
1940  'ofType' => null
1941  ],
1942  'isDeprecated' => false,
1943  'deprecationReason' => null
1944  ],
1945  [
1946  'name' => 'percentage_value',
1947  'description' => null,
1948  'args' => [
1949 
1950  ],
1951  'type' => [
1952  'kind' => 'SCALAR',
1953  'name' => 'Float',
1954  'ofType' => null
1955  ],
1956  'isDeprecated' => false,
1957  'deprecationReason' => null
1958  ],
1959  [
1960  'name' => 'website_id',
1961  'description' => null,
1962  'args' => [
1963 
1964  ],
1965  'type' => [
1966  'kind' => 'SCALAR',
1967  'name' => 'Float',
1968  'ofType' => null
1969  ],
1970  'isDeprecated' => false,
1971  'deprecationReason' => null
1972  ]
1973  ],
1974  'inputFields' => null,
1975  'interfaces' => [
1976 
1977  ],
1978  'enumValues' => null,
1979  'possibleTypes' => null
1980  ],
1981  [
1982  'kind' => 'OBJECT',
1983  'name' => 'ProductPrices',
1984  'description' => '',
1985  'fields' => [
1986  [
1987  'name' => 'minimalPrice',
1988  'description' => null,
1989  'args' => [
1990 
1991  ],
1992  'type' => [
1993  'kind' => 'OBJECT',
1994  'name' => 'Price',
1995  'ofType' => null
1996  ],
1997  'isDeprecated' => false,
1998  'deprecationReason' => null
1999  ],
2000  [
2001  'name' => 'maximalPrice',
2002  'description' => null,
2003  'args' => [
2004 
2005  ],
2006  'type' => [
2007  'kind' => 'OBJECT',
2008  'name' => 'Price',
2009  'ofType' => null
2010  ],
2011  'isDeprecated' => false,
2012  'deprecationReason' => null
2013  ],
2014  [
2015  'name' => 'regularPrice',
2016  'description' => null,
2017  'args' => [
2018 
2019  ],
2020  'type' => [
2021  'kind' => 'OBJECT',
2022  'name' => 'Price',
2023  'ofType' => null
2024  ],
2025  'isDeprecated' => false,
2026  'deprecationReason' => null
2027  ]
2028  ],
2029  'inputFields' => null,
2030  'interfaces' => [
2031 
2032  ],
2033  'enumValues' => null,
2034  'possibleTypes' => null
2035  ],
2036  [
2037  'kind' => 'OBJECT',
2038  'name' => 'Price',
2039  'description' => '',
2040  'fields' => [
2041  [
2042  'name' => 'amount',
2043  'description' => null,
2044  'args' => [
2045 
2046  ],
2047  'type' => [
2048  'kind' => 'OBJECT',
2049  'name' => 'Money',
2050  'ofType' => null
2051  ],
2052  'isDeprecated' => false,
2053  'deprecationReason' => null
2054  ],
2055  [
2056  'name' => 'adjustments',
2057  'description' => null,
2058  'args' => [
2059 
2060  ],
2061  'type' => [
2062  'kind' => 'LIST',
2063  'name' => null,
2064  'ofType' => [
2065  'kind' => 'OBJECT',
2066  'name' => 'PriceAdjustment',
2067  'ofType' => null
2068  ]
2069  ],
2070  'isDeprecated' => false,
2071  'deprecationReason' => null
2072  ]
2073  ],
2074  'inputFields' => null,
2075  'interfaces' => [
2076 
2077  ],
2078  'enumValues' => null,
2079  'possibleTypes' => null
2080  ],
2081  [
2082  'kind' => 'OBJECT',
2083  'name' => 'Money',
2084  'description' => '',
2085  'fields' => [
2086  [
2087  'name' => 'value',
2088  'description' => null,
2089  'args' => [
2090 
2091  ],
2092  'type' => [
2093  'kind' => 'SCALAR',
2094  'name' => 'Float',
2095  'ofType' => null
2096  ],
2097  'isDeprecated' => false,
2098  'deprecationReason' => null
2099  ],
2100  [
2101  'name' => 'currency',
2102  'description' => null,
2103  'args' => [
2104 
2105  ],
2106  'type' => [
2107  'kind' => 'ENUM',
2108  'name' => 'CurrencyEnum',
2109  'ofType' => null
2110  ],
2111  'isDeprecated' => false,
2112  'deprecationReason' => null
2113  ]
2114  ],
2115  'inputFields' => null,
2116  'interfaces' => [
2117 
2118  ],
2119  'enumValues' => null,
2120  'possibleTypes' => null
2121  ],
2122  [
2123  'kind' => 'ENUM',
2124  'name' => 'CurrencyEnum',
2125  'description' => '',
2126  'fields' => null,
2127  'inputFields' => null,
2128  'interfaces' => null,
2129  'enumValues' => [
2130  [
2131  'name' => 'AFN',
2132  'description' => '',
2133  'isDeprecated' => false
2134  ],
2135  [
2136  'name' => 'GBP',
2137  'description' => '',
2138  'isDeprecated' => false
2139  ],
2140  [
2141  'name' => 'EUR',
2142  'description' => '',
2143  'isDeprecated' => false
2144  ],
2145  [
2146  'name' => 'INR',
2147  'description' => '',
2148  'isDeprecated' => false
2149  ],
2150  [
2151  'name' => 'USD',
2152  'description' => '',
2153  'isDeprecated' => false
2154  ]
2155  ],
2156  'possibleTypes' => null
2157  ],
2158  [
2159  'kind' => 'OBJECT',
2160  'name' => 'PriceAdjustment',
2161  'description' => '',
2162  'fields' => [
2163  [
2164  'name' => 'amount',
2165  'description' => null,
2166  'args' => [
2167 
2168  ],
2169  'type' => [
2170  'kind' => 'OBJECT',
2171  'name' => 'Money',
2172  'ofType' => null
2173  ],
2174  'isDeprecated' => false,
2175  'deprecationReason' => null
2176  ],
2177  [
2178  'name' => 'code',
2179  'description' => null,
2180  'args' => [
2181 
2182  ],
2183  'type' => [
2184  'kind' => 'ENUM',
2185  'name' => 'PriceAdjustmentCodesEnum',
2186  'ofType' => null
2187  ],
2188  'isDeprecated' => false,
2189  'deprecationReason' => null
2190  ],
2191  [
2192  'name' => 'description',
2193  'description' => null,
2194  'args' => [
2195 
2196  ],
2197  'type' => [
2198  'kind' => 'ENUM',
2199  'name' => 'PriceAdjustmentDescriptionEnum',
2200  'ofType' => null
2201  ],
2202  'isDeprecated' => false,
2203  'deprecationReason' => null
2204  ]
2205  ],
2206  'inputFields' => null,
2207  'interfaces' => [
2208 
2209  ],
2210  'enumValues' => null,
2211  'possibleTypes' => null
2212  ],
2213  [
2214  'kind' => 'ENUM',
2215  'name' => 'PriceAdjustmentCodesEnum',
2216  'description' => '',
2217  'fields' => null,
2218  'inputFields' => null,
2219  'interfaces' => null,
2220  'enumValues' => [
2221  [
2222  'name' => 'TAX',
2223  'description' => '',
2224  'isDeprecated' => false
2225  ]
2226  ],
2227  'possibleTypes' => null
2228  ],
2229  [
2230  'kind' => 'ENUM',
2231  'name' => 'PriceAdjustmentDescriptionEnum',
2232  'description' => '',
2233  'fields' => null,
2234  'inputFields' => null,
2235  'interfaces' => null,
2236  'enumValues' => [
2237  [
2238  'name' => 'INCLUDED',
2239  'description' => '',
2240  'isDeprecated' => false
2241  ],
2242  [
2243  'name' => 'EXCLUDED',
2244  'description' => '',
2245  'isDeprecated' => false
2246  ]
2247  ],
2248  'possibleTypes' => null
2249  ],
2250  [
2251  'kind' => 'OBJECT',
2252  'name' => 'SearchResultPageInfo',
2253  'description' => 'Comment for SearchResultPageInfo',
2254  'fields' => [
2255  [
2256  'name' => 'page_size',
2257  'description' => 'Comment for page_size',
2258  'args' => [
2259 
2260  ],
2261  'type' => [
2262  'kind' => 'SCALAR',
2263  'name' => 'Int',
2264  'ofType' => null
2265  ],
2266  'isDeprecated' => false,
2267  'deprecationReason' => null
2268  ],
2269  [
2270  'name' => 'current_page',
2271  'description' => 'Comment for current_page',
2272  'args' => [
2273 
2274  ],
2275  'type' => [
2276  'kind' => 'SCALAR',
2277  'name' => 'Int',
2278  'ofType' => null
2279  ],
2280  'isDeprecated' => false,
2281  'deprecationReason' => null
2282  ]
2283  ],
2284  'inputFields' => null,
2285  'interfaces' => [
2286 
2287  ],
2288  'enumValues' => null,
2289  'possibleTypes' => null
2290  ],
2291  [
2292  'kind'=> 'OBJECT',
2293  'name'=> 'SimpleProduct',
2294  'description'=> 'Comment for empty SimpleProduct type',
2295  'fields'=> [
2296  [
2297  'name'=> 'options',
2298  'description'=> null,
2299  'args'=> [
2300 
2301  ],
2302  'type'=> [
2303  'kind'=> 'LIST',
2304  'name'=> null,
2305  'ofType'=> [
2306  'kind'=> 'INTERFACE',
2307  'name'=> 'CustomizableOptionInterface',
2308  'ofType'=> null
2309  ]
2310  ],
2311  'isDeprecated'=> false,
2312  'deprecationReason'=> null
2313  ],
2314  [
2315  'name'=> 'url_key',
2316  'description'=> 'comment for url_key for simple product that implements [ProductInterface]',
2317  'args'=> [
2318 
2319  ],
2320  'type'=> [
2321  'kind'=> 'SCALAR',
2322  'name'=> 'String',
2323  'ofType'=> null
2324  ],
2325  'isDeprecated'=> false,
2326  'deprecationReason'=> null
2327  ],
2328  [
2329  'name'=> 'url_path',
2330  'description'=> null,
2331  'args'=> [
2332 
2333  ],
2334  'type'=> [
2335  'kind'=> 'SCALAR',
2336  'name'=> 'String',
2337  'ofType'=> null
2338  ],
2339  'isDeprecated'=> false,
2340  'deprecationReason'=> null
2341  ],
2342  [
2343  'name'=> 'id',
2344  'description'=> 'comment for [ProductInterface].',
2345  'args'=> [
2346 
2347  ],
2348  'type'=> [
2349  'kind'=> 'SCALAR',
2350  'name'=> 'Int',
2351  'ofType'=> null
2352  ],
2353  'isDeprecated'=> false,
2354  'deprecationReason'=> null
2355  ],
2356  [
2357  'name'=> 'name',
2358  'description'=> null,
2359  'args'=> [
2360 
2361  ],
2362  'type'=> [
2363  'kind'=> 'SCALAR',
2364  'name'=> 'String',
2365  'ofType'=> null
2366  ],
2367  'isDeprecated'=> false,
2368  'deprecationReason'=> null
2369  ],
2370  [
2371  'name'=> 'sku',
2372  'description'=> null,
2373  'args'=> [
2374 
2375  ],
2376  'type'=> [
2377  'kind'=> 'SCALAR',
2378  'name'=> 'String',
2379  'ofType'=> null
2380  ],
2381  'isDeprecated'=> false,
2382  'deprecationReason'=> null
2383  ],
2384  [
2385  'name'=> 'special_price',
2386  'description'=> null,
2387  'args'=> [
2388 
2389  ],
2390  'type'=> [
2391  'kind'=> 'SCALAR',
2392  'name'=> 'Float',
2393  'ofType'=> null
2394  ],
2395  'isDeprecated'=> false,
2396  'deprecationReason'=> null
2397  ],
2398  [
2399  'name'=> 'special_from_date',
2400  'description'=> null,
2401  'args'=> [
2402 
2403  ],
2404  'type'=> [
2405  'kind'=> 'SCALAR',
2406  'name'=> 'String',
2407  'ofType'=> null
2408  ],
2409  'isDeprecated'=> false,
2410  'deprecationReason'=> null
2411  ],
2412  [
2413  'name'=> 'attribute_set_id',
2414  'description'=> null,
2415  'args'=> [
2416 
2417  ],
2418  'type'=> [
2419  'kind'=> 'SCALAR',
2420  'name'=> 'Int',
2421  'ofType'=> null
2422  ],
2423  'isDeprecated'=> false,
2424  'deprecationReason'=> null
2425  ],
2426  [
2427  'name'=> 'tier_price',
2428  'description'=> null,
2429  'args'=> [
2430 
2431  ],
2432  'type'=> [
2433  'kind'=> 'SCALAR',
2434  'name'=> 'Float',
2435  'ofType'=> null
2436  ],
2437  'isDeprecated'=> false,
2438  'deprecationReason'=> null
2439  ],
2440  [
2441  'name'=> 'category_ids',
2442  'description'=> null,
2443  'args'=> [
2444 
2445  ],
2446  'type'=> [
2447  'kind'=> 'LIST',
2448  'name'=> null,
2449  'ofType'=> [
2450  'kind'=> 'SCALAR',
2451  'name'=> 'Int',
2452  'ofType'=> null
2453  ]
2454  ],
2455  'isDeprecated'=> false,
2456  'deprecationReason'=> null
2457  ],
2458  [
2459  'name'=> 'updated_at',
2460  'description'=> null,
2461  'args'=> [
2462 
2463  ],
2464  'type'=> [
2465  'kind'=> 'SCALAR',
2466  'name'=> 'String',
2467  'ofType'=> null
2468  ],
2469  'isDeprecated'=> false,
2470  'deprecationReason'=> null
2471  ],
2472  [
2473  'name'=> 'country_of_manufacture',
2474  'description'=> null,
2475  'args'=> [
2476 
2477  ],
2478  'type'=> [
2479  'kind'=> 'SCALAR',
2480  'name'=> 'String',
2481  'ofType'=> null
2482  ],
2483  'isDeprecated'=> false,
2484  'deprecationReason'=> null
2485  ],
2486  [
2487  'name'=> 'type_id',
2488  'description'=> null,
2489  'args'=> [
2490 
2491  ],
2492  'type'=> [
2493  'kind'=> 'SCALAR',
2494  'name'=> 'String',
2495  'ofType'=> null
2496  ],
2497  'isDeprecated'=> false,
2498  'deprecationReason'=> null
2499  ],
2500  [
2501  'name'=> 'website_ids',
2502  'description'=> null,
2503  'args'=> [
2504 
2505  ],
2506  'type'=> [
2507  'kind'=> 'LIST',
2508  'name'=> null,
2509  'ofType'=> [
2510  'kind'=> 'SCALAR',
2511  'name'=> 'Int',
2512  'ofType'=> null
2513  ]
2514  ],
2515  'isDeprecated'=> false,
2516  'deprecationReason'=> null
2517  ],
2518  [
2519  'name'=> 'category_links',
2520  'description'=> null,
2521  'args'=> [
2522 
2523  ],
2524  'type'=> [
2525  'kind'=> 'LIST',
2526  'name'=> null,
2527  'ofType'=> [
2528  'kind'=> 'OBJECT',
2529  'name'=> 'ProductCategoryLinks',
2530  'ofType'=> null
2531  ]
2532  ],
2533  'isDeprecated'=> false,
2534  'deprecationReason'=> null
2535  ],
2536  [
2537  'name'=> 'product_links',
2538  'description'=> null,
2539  'args'=> [
2540 
2541  ],
2542  'type'=> [
2543  'kind'=> 'LIST',
2544  'name'=> null,
2545  'ofType'=> [
2546  'kind'=> 'INTERFACE',
2547  'name'=> 'ProductLinksInterface',
2548  'ofType'=> null
2549  ]
2550  ],
2551  'isDeprecated'=> false,
2552  'deprecationReason'=> null
2553  ],
2554  [
2555  'name'=> 'media_gallery_entries',
2556  'description'=> null,
2557  'args'=> [
2558 
2559  ],
2560  'type'=> [
2561  'kind'=> 'LIST',
2562  'name'=> null,
2563  'ofType'=> [
2564  'kind'=> 'OBJECT',
2565  'name'=> 'MediaGalleryEntry',
2566  'ofType'=> null
2567  ]
2568  ],
2569  'isDeprecated'=> false,
2570  'deprecationReason'=> null
2571  ],
2572  [
2573  'name'=> 'tier_prices',
2574  'description'=> null,
2575  'args'=> [
2576 
2577  ],
2578  'type'=> [
2579  'kind'=> 'LIST',
2580  'name'=> null,
2581  'ofType'=> [
2582  'kind'=> 'OBJECT',
2583  'name'=> 'ProductTierPrices',
2584  'ofType'=> null
2585  ]
2586  ],
2587  'isDeprecated'=> false,
2588  'deprecationReason'=> null
2589  ],
2590  [
2591  'name'=> 'price',
2592  'description'=> null,
2593  'args'=> [
2594 
2595  ],
2596  'type'=> [
2597  'kind'=> 'OBJECT',
2598  'name'=> 'ProductPrices',
2599  'ofType'=> null
2600  ],
2601  'isDeprecated'=> false,
2602  'deprecationReason'=> null
2603  ],
2604  [
2605  'name'=> 'manufacturer',
2606  'description'=> null,
2607  'args'=> [
2608 
2609  ],
2610  'type'=> [
2611  'kind'=> 'SCALAR',
2612  'name'=> 'Int',
2613  'ofType'=> null
2614  ],
2615  'isDeprecated'=> false,
2616  'deprecationReason'=> null
2617  ]
2618  ],
2619  'inputFields'=> null,
2620  'interfaces'=> [
2621  [
2622  'kind'=> 'INTERFACE',
2623  'name'=> 'ProductInterface',
2624  'ofType'=> null
2625  ],
2626  [
2627  'kind'=> 'INTERFACE',
2628  'name'=> 'PhysicalProductInterface',
2629  'ofType'=> null
2630  ],
2631  [
2632  'kind'=> 'INTERFACE',
2633  'name'=> 'CustomizableProductInterface',
2634  'ofType'=> null
2635  ]
2636  ],
2637  'enumValues'=> null,
2638  'possibleTypes'=> null
2639  ],
2640  [
2641  'kind' => 'INTERFACE',
2642  'name' => 'PhysicalProductInterface',
2643  'description' => 'Comment for empty PhysicalProductInterface',
2644  'fields' => [
2645 
2646  ],
2647  'inputFields' => null,
2648  'interfaces' => null,
2649  'enumValues' => null,
2650  'possibleTypes' => [
2651  [
2652  'kind' => 'OBJECT',
2653  'name' => 'SimpleProduct',
2654  'ofType' => null
2655  ]
2656  ]
2657  ],
2658  [
2659  'kind' => 'INTERFACE',
2660  'name' => 'CustomizableProductInterface',
2661  'description' => '',
2662  'fields' => [
2663  [
2664  'name' => 'options',
2665  'description' => null,
2666  'args' => [
2667 
2668  ],
2669  'type' => [
2670  'kind' => 'LIST',
2671  'name' => null,
2672  'ofType' => [
2673  'kind' => 'INTERFACE',
2674  'name' => 'CustomizableOptionInterface',
2675  'ofType' => null
2676  ]
2677  ],
2678  'isDeprecated' => false,
2679  'deprecationReason' => null
2680  ]
2681  ],
2682  'inputFields' => null,
2683  'interfaces' => null,
2684  'enumValues' => null,
2685  'possibleTypes' => [
2686  [
2687  'kind' => 'OBJECT',
2688  'name' => 'SimpleProduct',
2689  'ofType' => null
2690  ],
2691  [
2692  'kind' => 'OBJECT',
2693  'name' => 'VirtualProduct',
2694  'ofType' => null
2695  ]
2696  ]
2697  ],
2698  [
2699  'kind' => 'INTERFACE',
2700  'name' => 'CustomizableOptionInterface',
2701  'description' => '',
2702  'fields' => [
2703  [
2704  'name' => 'title',
2705  'description' => 'Comment for CustomizableOptionInterface',
2706  'args' => [
2707 
2708  ],
2709  'type' => [
2710  'kind' => 'SCALAR',
2711  'name' => 'String',
2712  'ofType' => null
2713  ],
2714  'isDeprecated' => false,
2715  'deprecationReason' => null
2716  ],
2717  [
2718  'name' => 'required',
2719  'description' => null,
2720  'args' => [
2721 
2722  ],
2723  'type' => [
2724  'kind' => 'SCALAR',
2725  'name' => 'Boolean',
2726  'ofType' => null
2727  ],
2728  'isDeprecated' => false,
2729  'deprecationReason' => null
2730  ],
2731  [
2732  'name' => 'sort_order',
2733  'description' => null,
2734  'args' => [
2735 
2736  ],
2737  'type' => [
2738  'kind' => 'SCALAR',
2739  'name' => 'Int',
2740  'ofType' => null
2741  ],
2742  'isDeprecated' => false,
2743  'deprecationReason' => null
2744  ]
2745  ],
2746  'inputFields' => null,
2747  'interfaces' => null,
2748  'enumValues' => null,
2749  'possibleTypes' => [
2750  [
2751  'kind' => 'OBJECT',
2752  'name' => 'CustomizableAreaOption',
2753  'ofType' => null
2754  ],
2755  [
2756  'kind' => 'OBJECT',
2757  'name' => 'CustomizableDateOption',
2758  'ofType' => null
2759  ],
2760  [
2761  'kind' => 'OBJECT',
2762  'name' => 'CustomizableDropDownOption',
2763  'ofType' => null
2764  ],
2765  [
2766  'kind' => 'OBJECT',
2767  'name' => 'CustomizableFieldOption',
2768  'ofType' => null
2769  ],
2770  [
2771  'kind' => 'OBJECT',
2772  'name' => 'CustomizableFileOption',
2773  'ofType' => null
2774  ],
2775  [
2776  'kind' => 'OBJECT',
2777  'name' => 'CustomizableRadioOption',
2778  'ofType' => null
2779  ]
2780  ]
2781  ],
2782  [
2783  'kind' => 'OBJECT',
2784  'name' => 'ProductLinks',
2785  'description' => '',
2786  'fields' => [
2787  [
2788  'name' => 'sku',
2789  'description' => null,
2790  'args' => [
2791 
2792  ],
2793  'type' => [
2794  'kind' => 'SCALAR',
2795  'name' => 'String',
2796  'ofType' => null
2797  ],
2798  'isDeprecated' => false,
2799  'deprecationReason' => null
2800  ],
2801  [
2802  'name' => 'link_type',
2803  'description' => null,
2804  'args' => [
2805 
2806  ],
2807  'type' => [
2808  'kind' => 'SCALAR',
2809  'name' => 'String',
2810  'ofType' => null
2811  ],
2812  'isDeprecated' => false,
2813  'deprecationReason' => null
2814  ],
2815  [
2816  'name' => 'linked_product_sku',
2817  'description' => null,
2818  'args' => [
2819 
2820  ],
2821  'type' => [
2822  'kind' => 'SCALAR',
2823  'name' => 'String',
2824  'ofType' => null
2825  ],
2826  'isDeprecated' => false,
2827  'deprecationReason' => null
2828  ],
2829  [
2830  'name' => 'linked_product_type',
2831  'description' => null,
2832  'args' => [
2833 
2834  ],
2835  'type' => [
2836  'kind' => 'SCALAR',
2837  'name' => 'String',
2838  'ofType' => null
2839  ],
2840  'isDeprecated' => false,
2841  'deprecationReason' => null
2842  ],
2843  [
2844  'name' => 'position',
2845  'description' => null,
2846  'args' => [
2847 
2848  ],
2849  'type' => [
2850  'kind' => 'SCALAR',
2851  'name' => 'Int',
2852  'ofType' => null
2853  ],
2854  'isDeprecated' => false,
2855  'deprecationReason' => null
2856  ]
2857  ],
2858  'inputFields' => null,
2859  'interfaces' => [
2860  [
2861  'kind' => 'INTERFACE',
2862  'name' => 'ProductLinksInterface',
2863  'ofType' => null
2864  ]
2865  ],
2866  'enumValues' => null,
2867  'possibleTypes' => null
2868  ],
2869  [
2870  'kind'=> 'OBJECT',
2871  'name'=> 'CustomizableAreaOption',
2872  'description'=> '',
2873  'fields'=> [
2874  [
2875  'name'=> 'title',
2876  'description'=> 'Comment for title field for CustomizableAreaOption concrete type',
2877  'args'=> [
2878 
2879  ],
2880  'type'=> [
2881  'kind'=> 'SCALAR',
2882  'name'=> 'String',
2883  'ofType'=> null
2884  ],
2885  'isDeprecated'=> false,
2886  'deprecationReason'=> null
2887  ],
2888  [
2889  'name'=> 'required',
2890  'description'=> null,
2891  'args'=> [
2892 
2893  ],
2894  'type'=> [
2895  'kind'=> 'SCALAR',
2896  'name'=> 'Boolean',
2897  'ofType'=> null
2898  ],
2899  'isDeprecated'=> false,
2900  'deprecationReason'=> null
2901  ],
2902  [
2903  'name'=> 'sort_order',
2904  'description'=> null,
2905  'args'=> [
2906 
2907  ],
2908  'type'=> [
2909  'kind'=> 'SCALAR',
2910  'name'=> 'Int',
2911  'ofType'=> null
2912  ],
2913  'isDeprecated'=> false,
2914  'deprecationReason'=> null
2915  ],
2916  [
2917  'name'=> 'value',
2918  'description'=> null,
2919  'args'=> [
2920 
2921  ],
2922  'type'=> [
2923  'kind'=> 'OBJECT',
2924  'name'=> 'CustomizableAreaValue',
2925  'ofType'=> null
2926  ],
2927  'isDeprecated'=> false,
2928  'deprecationReason'=> null
2929  ],
2930  [
2931  'name'=> 'product_sku',
2932  'description'=> null,
2933  'args'=> [
2934 
2935  ],
2936  'type'=> [
2937  'kind'=> 'SCALAR',
2938  'name'=> 'String',
2939  'ofType'=> null
2940  ],
2941  'isDeprecated'=> false,
2942  'deprecationReason'=> null
2943  ]
2944  ],
2945  'inputFields'=> null,
2946  'interfaces'=> [
2947  [
2948  'kind'=> 'INTERFACE',
2949  'name'=> 'CustomizableOptionInterface',
2950  'ofType'=> null
2951  ]
2952  ],
2953  'enumValues'=> null,
2954  'possibleTypes'=> null
2955  ],
2956  [
2957  'kind' => 'OBJECT',
2958  'name' => 'CustomizableAreaValue',
2959  'description' => '',
2960  'fields' => [
2961  [
2962  'name' => 'price',
2963  'description' => null,
2964  'args' => [
2965 
2966  ],
2967  'type' => [
2968  'kind' => 'SCALAR',
2969  'name' => 'Float',
2970  'ofType' => null
2971  ],
2972  'isDeprecated' => false,
2973  'deprecationReason' => null
2974  ],
2975  [
2976  'name' => 'price_type',
2977  'description' => null,
2978  'args' => [
2979 
2980  ],
2981  'type' => [
2982  'kind' => 'ENUM',
2983  'name' => 'PriceTypeEnum',
2984  'ofType' => null
2985  ],
2986  'isDeprecated' => false,
2987  'deprecationReason' => null
2988  ],
2989  [
2990  'name' => 'sku',
2991  'description' => null,
2992  'args' => [
2993 
2994  ],
2995  'type' => [
2996  'kind' => 'SCALAR',
2997  'name' => 'String',
2998  'ofType' => null
2999  ],
3000  'isDeprecated' => false,
3001  'deprecationReason' => null
3002  ],
3003  [
3004  'name' => 'max_characters',
3005  'description' => null,
3006  'args' => [
3007 
3008  ],
3009  'type' => [
3010  'kind' => 'SCALAR',
3011  'name' => 'Int',
3012  'ofType' => null
3013  ],
3014  'isDeprecated' => false,
3015  'deprecationReason' => null
3016  ]
3017  ],
3018  'inputFields' => null,
3019  'interfaces' => [
3020 
3021  ],
3022  'enumValues' => null,
3023  'possibleTypes' => null
3024  ],
3025  [
3026  'kind' => 'ENUM',
3027  'name' => 'PriceTypeEnum',
3028  'description' => '',
3029  'fields' => null,
3030  'inputFields' => null,
3031  'interfaces' => null,
3032  'enumValues' => [
3033  [
3034  'name' => 'FIXED',
3035  'description' => '',
3036  'isDeprecated' => false
3037  ],
3038  [
3039  'name' => 'PERCENT',
3040  'description' => '',
3041  'isDeprecated' => false
3042  ],
3043  [
3044  'name' => 'DYNAMIC',
3045  'description' => '',
3046  'isDeprecated' => false
3047  ]
3048  ],
3049  'possibleTypes' => null
3050  ],
3051  [
3052  'kind'=> 'OBJECT',
3053  'name'=> 'CustomizableDateOption',
3054  'description'=> '',
3055  'fields'=> [
3056  [
3057  'name'=> 'title',
3058  'description'=> 'This description should override interface comment.',
3059  'args'=> [
3060 
3061  ],
3062  'type'=> [
3063  'kind'=> 'SCALAR',
3064  'name'=> 'String',
3065  'ofType'=> null
3066  ],
3067  'isDeprecated'=> false,
3068  'deprecationReason'=> null
3069  ],
3070  [
3071  'name'=> 'required',
3072  'description'=> null,
3073  'args'=> [
3074 
3075  ],
3076  'type'=> [
3077  'kind'=> 'SCALAR',
3078  'name'=> 'Boolean',
3079  'ofType'=> null
3080  ],
3081  'isDeprecated'=> false,
3082  'deprecationReason'=> null
3083  ],
3084  [
3085  'name'=> 'sort_order',
3086  'description'=> null,
3087  'args'=> [
3088 
3089  ],
3090  'type'=> [
3091  'kind'=> 'SCALAR',
3092  'name'=> 'Int',
3093  'ofType'=> null
3094  ],
3095  'isDeprecated'=> false,
3096  'deprecationReason'=> null
3097  ],
3098  [
3099  'name'=> 'value',
3100  'description'=> null,
3101  'args'=> [
3102 
3103  ],
3104  'type'=> [
3105  'kind'=> 'OBJECT',
3106  'name'=> 'CustomizableDateValue',
3107  'ofType'=> null
3108  ],
3109  'isDeprecated'=> false,
3110  'deprecationReason'=> null
3111  ],
3112  [
3113  'name'=> 'product_sku',
3114  'description'=> null,
3115  'args'=> [
3116 
3117  ],
3118  'type'=> [
3119  'kind'=> 'SCALAR',
3120  'name'=> 'String',
3121  'ofType'=> null
3122  ],
3123  'isDeprecated'=> false,
3124  'deprecationReason'=> null
3125  ]
3126  ],
3127  'inputFields'=> null,
3128  'interfaces'=> [
3129  [
3130  'kind'=> 'INTERFACE',
3131  'name'=> 'CustomizableOptionInterface',
3132  'ofType'=> null
3133  ]
3134  ],
3135  'enumValues'=> null,
3136  'possibleTypes'=> null
3137  ],
3138  [
3139  'kind' => 'OBJECT',
3140  'name' => 'CustomizableDateValue',
3141  'description' => '',
3142  'fields' => [
3143  [
3144  'name' => 'price',
3145  'description' => null,
3146  'args' => [
3147 
3148  ],
3149  'type' => [
3150  'kind' => 'SCALAR',
3151  'name' => 'Float',
3152  'ofType' => null
3153  ],
3154  'isDeprecated' => false,
3155  'deprecationReason' => null
3156  ],
3157  [
3158  'name' => 'price_type',
3159  'description' => null,
3160  'args' => [
3161 
3162  ],
3163  'type' => [
3164  'kind' => 'ENUM',
3165  'name' => 'PriceTypeEnum',
3166  'ofType' => null
3167  ],
3168  'isDeprecated' => false,
3169  'deprecationReason' => null
3170  ],
3171  [
3172  'name' => 'sku',
3173  'description' => null,
3174  'args' => [
3175 
3176  ],
3177  'type' => [
3178  'kind' => 'SCALAR',
3179  'name' => 'String',
3180  'ofType' => null
3181  ],
3182  'isDeprecated' => false,
3183  'deprecationReason' => null
3184  ]
3185  ],
3186  'inputFields' => null,
3187  'interfaces' => [
3188 
3189  ],
3190  'enumValues' => null,
3191  'possibleTypes' => null
3192  ],
3193  [
3194  'kind'=> 'OBJECT',
3195  'name'=> 'CustomizableDropDownOption',
3196  'description'=> '',
3197  'fields'=> [
3198  [
3199  'name'=> 'title',
3200  'description'=> 'Comment for CustomizableOptionInterface',
3201  'args'=> [
3202 
3203  ],
3204  'type'=> [
3205  'kind'=> 'SCALAR',
3206  'name'=> 'String',
3207  'ofType'=> null
3208  ],
3209  'isDeprecated'=> false,
3210  'deprecationReason'=> null
3211  ],
3212  [
3213  'name'=> 'required',
3214  'description'=> 'Comment for required field for CustomizableDropDownOption concrete type',
3215  'args'=> [
3216 
3217  ],
3218  'type'=> [
3219  'kind'=> 'SCALAR',
3220  'name'=> 'Boolean',
3221  'ofType'=> null
3222  ],
3223  'isDeprecated'=> false,
3224  'deprecationReason'=> null
3225  ],
3226  [
3227  'name'=> 'sort_order',
3228  'description'=> null,
3229  'args'=> [
3230 
3231  ],
3232  'type'=> [
3233  'kind'=> 'SCALAR',
3234  'name'=> 'Int',
3235  'ofType'=> null
3236  ],
3237  'isDeprecated'=> false,
3238  'deprecationReason'=> null
3239  ],
3240  [
3241  'name'=> 'value',
3242  'description'=> null,
3243  'args'=> [
3244 
3245  ],
3246  'type'=> [
3247  'kind'=> 'LIST',
3248  'name'=> null,
3249  'ofType'=> [
3250  'kind'=> 'OBJECT',
3251  'name'=> 'CustomizableDropDownValue',
3252  'ofType'=> null
3253  ]
3254  ],
3255  'isDeprecated'=> false,
3256  'deprecationReason'=> null
3257  ]
3258  ],
3259  'inputFields'=> null,
3260  'interfaces'=> [
3261  [
3262  'kind'=> 'INTERFACE',
3263  'name'=> 'CustomizableOptionInterface',
3264  'ofType'=> null
3265  ]
3266  ],
3267  'enumValues'=> null,
3268  'possibleTypes'=> null
3269  ],
3270  [
3271  'kind'=> 'OBJECT',
3272  'name'=> 'CustomizableDropDownValue',
3273  'description'=> '',
3274  'fields'=> [
3275  [
3276  'name'=> 'option_type_id',
3277  'description'=> null,
3278  'args'=> [
3279 
3280  ],
3281  'type'=> [
3282  'kind'=> 'SCALAR',
3283  'name'=> 'Int',
3284  'ofType'=> null
3285  ],
3286  'isDeprecated'=> false,
3287  'deprecationReason'=> null
3288  ],
3289  [
3290  'name'=> 'price',
3291  'description'=> null,
3292  'args'=> [
3293 
3294  ],
3295  'type'=> [
3296  'kind'=> 'SCALAR',
3297  'name'=> 'Float',
3298  'ofType'=> null
3299  ],
3300  'isDeprecated'=> false,
3301  'deprecationReason'=> null
3302  ],
3303  [
3304  'name'=> 'price_type',
3305  'description'=> null,
3306  'args'=> [
3307 
3308  ],
3309  'type'=> [
3310  'kind'=> 'ENUM',
3311  'name'=> 'PriceTypeEnum',
3312  'ofType'=> null
3313  ],
3314  'isDeprecated'=> false,
3315  'deprecationReason'=> null
3316  ],
3317  [
3318  'name'=> 'sku',
3319  'description'=> null,
3320  'args'=> [
3321 
3322  ],
3323  'type'=> [
3324  'kind'=> 'SCALAR',
3325  'name'=> 'String',
3326  'ofType'=> null
3327  ],
3328  'isDeprecated'=> false,
3329  'deprecationReason'=> null
3330  ],
3331  [
3332  'name'=> 'title',
3333  'description'=> null,
3334  'args'=> [
3335 
3336  ],
3337  'type'=> [
3338  'kind'=> 'SCALAR',
3339  'name'=> 'String',
3340  'ofType'=> null
3341  ],
3342  'isDeprecated'=> false,
3343  'deprecationReason'=> null
3344  ],
3345  [
3346  'name'=> 'sort_order',
3347  'description'=> null,
3348  'args'=> [
3349 
3350  ],
3351  'type'=> [
3352  'kind'=> 'SCALAR',
3353  'name'=> 'Int',
3354  'ofType'=> null
3355  ],
3356  'isDeprecated'=> false,
3357  'deprecationReason'=> null
3358  ]
3359  ],
3360  'inputFields'=> null,
3361  'interfaces'=> [
3362 
3363  ],
3364  'enumValues'=> null,
3365  'possibleTypes'=> null
3366  ],
3367  [
3368  'kind'=> 'OBJECT',
3369  'name'=> 'CustomizableFieldOption',
3370  'description'=> '',
3371  'fields'=> [
3372  [
3373  'name'=> 'title',
3374  'description'=> 'Comment for CustomizableOptionInterface',
3375  'args'=> [
3376 
3377  ],
3378  'type'=> [
3379  'kind'=> 'SCALAR',
3380  'name'=> 'String',
3381  'ofType'=> null
3382  ],
3383  'isDeprecated'=> false,
3384  'deprecationReason'=> null
3385  ],
3386  [
3387  'name'=> 'required',
3388  'description'=> null,
3389  'args'=> [
3390 
3391  ],
3392  'type'=> [
3393  'kind'=> 'SCALAR',
3394  'name'=> 'Boolean',
3395  'ofType'=> null
3396  ],
3397  'isDeprecated'=> false,
3398  'deprecationReason'=> null
3399  ],
3400  [
3401  'name'=> 'sort_order',
3402  'description'=> 'Comment for sort_order for CustomizableFieldOption concrete type',
3403  'args'=> [
3404 
3405  ],
3406  'type'=> [
3407  'kind'=> 'SCALAR',
3408  'name'=> 'Int',
3409  'ofType'=> null
3410  ],
3411  'isDeprecated'=> false,
3412  'deprecationReason'=> null
3413  ],
3414  [
3415  'name'=> 'value',
3416  'description'=> null,
3417  'args'=> [
3418 
3419  ],
3420  'type'=> [
3421  'kind'=> 'OBJECT',
3422  'name'=> 'CustomizableFieldValue',
3423  'ofType'=> null
3424  ],
3425  'isDeprecated'=> false,
3426  'deprecationReason'=> null
3427  ],
3428  [
3429  'name'=> 'product_sku',
3430  'description'=> null,
3431  'args'=> [
3432 
3433  ],
3434  'type'=> [
3435  'kind'=> 'SCALAR',
3436  'name'=> 'String',
3437  'ofType'=> null
3438  ],
3439  'isDeprecated'=> false,
3440  'deprecationReason'=> null
3441  ]
3442  ],
3443  'inputFields'=> null,
3444  'interfaces'=> [
3445  [
3446  'kind'=> 'INTERFACE',
3447  'name'=> 'CustomizableOptionInterface',
3448  'ofType'=> null
3449  ]
3450  ],
3451  'enumValues'=> null,
3452  'possibleTypes'=> null
3453  ],
3454  [
3455  'kind'=> 'OBJECT',
3456  'name'=> 'CustomizableFieldValue',
3457  'description'=> '',
3458  'fields'=> [
3459  [
3460  'name'=> 'price',
3461  'description'=> null,
3462  'args'=> [
3463 
3464  ],
3465  'type'=> [
3466  'kind'=> 'SCALAR',
3467  'name'=> 'Float',
3468  'ofType'=> null
3469  ],
3470  'isDeprecated'=> false,
3471  'deprecationReason'=> null
3472  ],
3473  [
3474  'name'=> 'price_type',
3475  'description'=> null,
3476  'args'=> [
3477 
3478  ],
3479  'type'=> [
3480  'kind'=> 'ENUM',
3481  'name'=> 'PriceTypeEnum',
3482  'ofType'=> null
3483  ],
3484  'isDeprecated'=> false,
3485  'deprecationReason'=> null
3486  ],
3487  [
3488  'name'=> 'sku',
3489  'description'=> null,
3490  'args'=> [
3491 
3492  ],
3493  'type'=> [
3494  'kind'=> 'SCALAR',
3495  'name'=> 'String',
3496  'ofType'=> null
3497  ],
3498  'isDeprecated'=> false,
3499  'deprecationReason'=> null
3500  ],
3501  [
3502  'name'=> 'max_characters',
3503  'description'=> null,
3504  'args'=> [
3505 
3506  ],
3507  'type'=> [
3508  'kind'=> 'SCALAR',
3509  'name'=> 'Int',
3510  'ofType'=> null
3511  ],
3512  'isDeprecated'=> false,
3513  'deprecationReason'=> null
3514  ]
3515  ],
3516  'inputFields'=> null,
3517  'interfaces'=> [
3518 
3519  ],
3520  'enumValues'=> null,
3521  'possibleTypes'=> null
3522  ],
3523  [
3524  'kind'=> 'OBJECT',
3525  'name'=> 'CustomizableFileOption',
3526  'description'=> '',
3527  'fields'=> [
3528  [
3529  'name'=> 'title',
3530  'description'=> 'Comment for CustomizableOptionInterface',
3531  'args'=> [
3532 
3533  ],
3534  'type'=> [
3535  'kind'=> 'SCALAR',
3536  'name'=> 'String',
3537  'ofType'=> null
3538  ],
3539  'isDeprecated'=> false,
3540  'deprecationReason'=> null
3541  ],
3542  [
3543  'name'=> 'required',
3544  'description'=> null,
3545  'args'=> [
3546 
3547  ],
3548  'type'=> [
3549  'kind'=> 'SCALAR',
3550  'name'=> 'Boolean',
3551  'ofType'=> null
3552  ],
3553  'isDeprecated'=> false,
3554  'deprecationReason'=> null
3555  ],
3556  [
3557  'name'=> 'sort_order',
3558  'description'=> null,
3559  'args'=> [
3560 
3561  ],
3562  'type'=> [
3563  'kind'=> 'SCALAR',
3564  'name'=> 'Int',
3565  'ofType'=> null
3566  ],
3567  'isDeprecated'=> false,
3568  'deprecationReason'=> null
3569  ],
3570  [
3571  'name'=> 'value',
3572  'description'=> null,
3573  'args'=> [
3574 
3575  ],
3576  'type'=> [
3577  'kind'=> 'OBJECT',
3578  'name'=> 'CustomizableFileValue',
3579  'ofType'=> null
3580  ],
3581  'isDeprecated'=> false,
3582  'deprecationReason'=> null
3583  ],
3584  [
3585  'name'=> 'product_sku',
3586  'description'=> null,
3587  'args'=> [
3588 
3589  ],
3590  'type'=> [
3591  'kind'=> 'SCALAR',
3592  'name'=> 'String',
3593  'ofType'=> null
3594  ],
3595  'isDeprecated'=> false,
3596  'deprecationReason'=> null
3597  ]
3598  ],
3599  'inputFields'=> null,
3600  'interfaces'=> [
3601  [
3602  'kind'=> 'INTERFACE',
3603  'name'=> 'CustomizableOptionInterface',
3604  'ofType'=> null
3605  ]
3606  ],
3607  'enumValues'=> null,
3608  'possibleTypes'=> null
3609  ],
3610  [
3611  'kind'=> 'OBJECT',
3612  'name'=> 'CustomizableFileValue',
3613  'description'=> '',
3614  'fields'=> [
3615  [
3616  'name'=> 'price',
3617  'description'=> null,
3618  'args'=> [
3619 
3620  ],
3621  'type'=> [
3622  'kind'=> 'SCALAR',
3623  'name'=> 'Float',
3624  'ofType'=> null
3625  ],
3626  'isDeprecated'=> false,
3627  'deprecationReason'=> null
3628  ],
3629  [
3630  'name'=> 'price_type',
3631  'description'=> null,
3632  'args'=> [
3633 
3634  ],
3635  'type'=> [
3636  'kind'=> 'ENUM',
3637  'name'=> 'PriceTypeEnum',
3638  'ofType'=> null
3639  ],
3640  'isDeprecated'=> false,
3641  'deprecationReason'=> null
3642  ],
3643  [
3644  'name'=> 'sku',
3645  'description'=> null,
3646  'args'=> [
3647 
3648  ],
3649  'type'=> [
3650  'kind'=> 'SCALAR',
3651  'name'=> 'String',
3652  'ofType'=> null
3653  ],
3654  'isDeprecated'=> false,
3655  'deprecationReason'=> null
3656  ],
3657  [
3658  'name'=> 'file_extension',
3659  'description'=> null,
3660  'args'=> [
3661 
3662  ],
3663  'type'=> [
3664  'kind'=> 'SCALAR',
3665  'name'=> 'String',
3666  'ofType'=> null
3667  ],
3668  'isDeprecated'=> false,
3669  'deprecationReason'=> null
3670  ],
3671  [
3672  'name'=> 'image_size_x',
3673  'description'=> null,
3674  'args'=> [
3675 
3676  ],
3677  'type'=> [
3678  'kind'=> 'SCALAR',
3679  'name'=> 'Int',
3680  'ofType'=> null
3681  ],
3682  'isDeprecated'=> false,
3683  'deprecationReason'=> null
3684  ],
3685  [
3686  'name'=> 'image_size_y',
3687  'description'=> null,
3688  'args'=> [
3689 
3690  ],
3691  'type'=> [
3692  'kind'=> 'SCALAR',
3693  'name'=> 'Int',
3694  'ofType'=> null
3695  ],
3696  'isDeprecated'=> false,
3697  'deprecationReason'=> null
3698  ]
3699  ],
3700  'inputFields'=> null,
3701  'interfaces'=> [
3702 
3703  ],
3704  'enumValues'=> null,
3705  'possibleTypes'=> null
3706  ],
3707  [
3708  'kind'=> 'OBJECT',
3709  'name'=> 'CustomizableRadioOption',
3710  'description'=> '',
3711  'fields'=> [
3712  [
3713  'name'=> 'title',
3714  'description'=> 'Comment for CustomizableOptionInterface',
3715  'args'=> [
3716 
3717  ],
3718  'type'=> [
3719  'kind'=> 'SCALAR',
3720  'name'=> 'String',
3721  'ofType'=> null
3722  ],
3723  'isDeprecated'=> false,
3724  'deprecationReason'=> null
3725  ],
3726  [
3727  'name'=> 'required',
3728  'description'=> null,
3729  'args'=> [
3730 
3731  ],
3732  'type'=> [
3733  'kind'=> 'SCALAR',
3734  'name'=> 'Boolean',
3735  'ofType'=> null
3736  ],
3737  'isDeprecated'=> false,
3738  'deprecationReason'=> null
3739  ],
3740  [
3741  'name'=> 'sort_order',
3742  'description'=> null,
3743  'args'=> [
3744 
3745  ],
3746  'type'=> [
3747  'kind'=> 'SCALAR',
3748  'name'=> 'Int',
3749  'ofType'=> null
3750  ],
3751  'isDeprecated'=> false,
3752  'deprecationReason'=> null
3753  ],
3754  [
3755  'name'=> 'value',
3756  'description'=> null,
3757  'args'=> [
3758 
3759  ],
3760  'type'=> [
3761  'kind'=> 'LIST',
3762  'name'=> null,
3763  'ofType'=> [
3764  'kind'=> 'OBJECT',
3765  'name'=> 'CustomizableRadioValue',
3766  'ofType'=> null
3767  ]
3768  ],
3769  'isDeprecated'=> false,
3770  'deprecationReason'=> null
3771  ]
3772  ],
3773  'inputFields'=> null,
3774  'interfaces'=> [
3775  [
3776  'kind'=> 'INTERFACE',
3777  'name'=> 'CustomizableOptionInterface',
3778  'ofType'=> null
3779  ]
3780  ],
3781  'enumValues'=> null,
3782  'possibleTypes'=> null
3783  ],
3784  [
3785  'kind'=> 'OBJECT',
3786  'name'=> 'CustomizableRadioValue',
3787  'description'=> '',
3788  'fields'=> [
3789  [
3790  'name'=> 'option_type_id',
3791  'description'=> null,
3792  'args'=> [
3793 
3794  ],
3795  'type'=> [
3796  'kind'=> 'SCALAR',
3797  'name'=> 'Int',
3798  'ofType'=> null
3799  ],
3800  'isDeprecated'=> false,
3801  'deprecationReason'=> null
3802  ],
3803  [
3804  'name'=> 'price',
3805  'description'=> null,
3806  'args'=> [
3807 
3808  ],
3809  'type'=> [
3810  'kind'=> 'SCALAR',
3811  'name'=> 'Float',
3812  'ofType'=> null
3813  ],
3814  'isDeprecated'=> false,
3815  'deprecationReason'=> null
3816  ],
3817  [
3818  'name'=> 'price_type',
3819  'description'=> null,
3820  'args'=> [
3821 
3822  ],
3823  'type'=> [
3824  'kind'=> 'ENUM',
3825  'name'=> 'PriceTypeEnum',
3826  'ofType'=> null
3827  ],
3828  'isDeprecated'=> false,
3829  'deprecationReason'=> null
3830  ],
3831  [
3832  'name'=> 'sku',
3833  'description'=> null,
3834  'args'=> [
3835 
3836  ],
3837  'type'=> [
3838  'kind'=> 'SCALAR',
3839  'name'=> 'String',
3840  'ofType'=> null
3841  ],
3842  'isDeprecated'=> false,
3843  'deprecationReason'=> null
3844  ],
3845  [
3846  'name'=> 'title',
3847  'description'=> null,
3848  'args'=> [
3849 
3850  ],
3851  'type'=> [
3852  'kind'=> 'SCALAR',
3853  'name'=> 'String',
3854  'ofType'=> null
3855  ],
3856  'isDeprecated'=> false,
3857  'deprecationReason'=> null
3858  ],
3859  [
3860  'name'=> 'sort_order',
3861  'description'=> null,
3862  'args'=> [
3863 
3864  ],
3865  'type'=> [
3866  'kind'=> 'SCALAR',
3867  'name'=> 'Int',
3868  'ofType'=> null
3869  ],
3870  'isDeprecated'=> false,
3871  'deprecationReason'=> null
3872  ]
3873  ],
3874  'inputFields'=> null,
3875  'interfaces'=> [
3876 
3877  ],
3878  'enumValues'=> null,
3879  'possibleTypes'=> null
3880  ],
3881  [
3882  'kind'=> 'OBJECT',
3883  'name'=> 'VirtualProduct',
3884  'description'=> '',
3885  'fields'=> [
3886  [
3887  'name'=> 'options',
3888  'description'=> null,
3889  'args'=> [
3890 
3891  ],
3892  'type'=> [
3893  'kind'=> 'LIST',
3894  'name'=> null,
3895  'ofType'=> [
3896  'kind'=> 'INTERFACE',
3897  'name'=> 'CustomizableOptionInterface',
3898  'ofType'=> null
3899  ]
3900  ],
3901  'isDeprecated'=> false,
3902  'deprecationReason'=> null
3903  ],
3904  [
3905  'name'=> 'url_key',
3906  'description'=> 'comment for url_key inside ProductInterface type.',
3907  'args'=> [
3908 
3909  ],
3910  'type'=> [
3911  'kind'=> 'SCALAR',
3912  'name'=> 'String',
3913  'ofType'=> null
3914  ],
3915  'isDeprecated'=> false,
3916  'deprecationReason'=> null
3917  ],
3918  [
3919  'name'=> 'url_path',
3920  'description'=> null,
3921  'args'=> [
3922 
3923  ],
3924  'type'=> [
3925  'kind'=> 'SCALAR',
3926  'name'=> 'String',
3927  'ofType'=> null
3928  ],
3929  'isDeprecated'=> false,
3930  'deprecationReason'=> null
3931  ],
3932  [
3933  'name'=> 'id',
3934  'description'=> 'comment for [ProductInterface].',
3935  'args'=> [
3936 
3937  ],
3938  'type'=> [
3939  'kind'=> 'SCALAR',
3940  'name'=> 'Int',
3941  'ofType'=> null
3942  ],
3943  'isDeprecated'=> false,
3944  'deprecationReason'=> null
3945  ],
3946  [
3947  'name'=> 'name',
3948  'description'=> null,
3949  'args'=> [
3950 
3951  ],
3952  'type'=> [
3953  'kind'=> 'SCALAR',
3954  'name'=> 'String',
3955  'ofType'=> null
3956  ],
3957  'isDeprecated'=> false,
3958  'deprecationReason'=> null
3959  ],
3960  [
3961  'name'=> 'sku',
3962  'description'=> null,
3963  'args'=> [
3964 
3965  ],
3966  'type'=> [
3967  'kind'=> 'SCALAR',
3968  'name'=> 'String',
3969  'ofType'=> null
3970  ],
3971  'isDeprecated'=> false,
3972  'deprecationReason'=> null
3973  ],
3974  [
3975  'name'=> 'special_price',
3976  'description'=> null,
3977  'args'=> [
3978 
3979  ],
3980  'type'=> [
3981  'kind'=> 'SCALAR',
3982  'name'=> 'Float',
3983  'ofType'=> null
3984  ],
3985  'isDeprecated'=> false,
3986  'deprecationReason'=> null
3987  ],
3988  [
3989  'name'=> 'special_from_date',
3990  'description'=> null,
3991  'args'=> [
3992 
3993  ],
3994  'type'=> [
3995  'kind'=> 'SCALAR',
3996  'name'=> 'String',
3997  'ofType'=> null
3998  ],
3999  'isDeprecated'=> false,
4000  'deprecationReason'=> null
4001  ],
4002  [
4003  'name'=> 'attribute_set_id',
4004  'description'=> null,
4005  'args'=> [
4006 
4007  ],
4008  'type'=> [
4009  'kind'=> 'SCALAR',
4010  'name'=> 'Int',
4011  'ofType'=> null
4012  ],
4013  'isDeprecated'=> false,
4014  'deprecationReason'=> null
4015  ],
4016  [
4017  'name'=> 'tier_price',
4018  'description'=> null,
4019  'args'=> [
4020 
4021  ],
4022  'type'=> [
4023  'kind'=> 'SCALAR',
4024  'name'=> 'Float',
4025  'ofType'=> null
4026  ],
4027  'isDeprecated'=> false,
4028  'deprecationReason'=> null
4029  ],
4030  [
4031  'name'=> 'category_ids',
4032  'description'=> null,
4033  'args'=> [
4034 
4035  ],
4036  'type'=> [
4037  'kind'=> 'LIST',
4038  'name'=> null,
4039  'ofType'=> [
4040  'kind'=> 'SCALAR',
4041  'name'=> 'Int',
4042  'ofType'=> null
4043  ]
4044  ],
4045  'isDeprecated'=> false,
4046  'deprecationReason'=> null
4047  ],
4048  [
4049  'name'=> 'updated_at',
4050  'description'=> null,
4051  'args'=> [
4052 
4053  ],
4054  'type'=> [
4055  'kind'=> 'SCALAR',
4056  'name'=> 'String',
4057  'ofType'=> null
4058  ],
4059  'isDeprecated'=> false,
4060  'deprecationReason'=> null
4061  ],
4062  [
4063  'name'=> 'country_of_manufacture',
4064  'description'=> null,
4065  'args'=> [
4066 
4067  ],
4068  'type'=> [
4069  'kind'=> 'SCALAR',
4070  'name'=> 'String',
4071  'ofType'=> null
4072  ],
4073  'isDeprecated'=> false,
4074  'deprecationReason'=> null
4075  ],
4076  [
4077  'name'=> 'type_id',
4078  'description'=> null,
4079  'args'=> [
4080 
4081  ],
4082  'type'=> [
4083  'kind'=> 'SCALAR',
4084  'name'=> 'String',
4085  'ofType'=> null
4086  ],
4087  'isDeprecated'=> false,
4088  'deprecationReason'=> null
4089  ],
4090  [
4091  'name'=> 'website_ids',
4092  'description'=> null,
4093  'args'=> [
4094 
4095  ],
4096  'type'=> [
4097  'kind'=> 'LIST',
4098  'name'=> null,
4099  'ofType'=> [
4100  'kind'=> 'SCALAR',
4101  'name'=> 'Int',
4102  'ofType'=> null
4103  ]
4104  ],
4105  'isDeprecated'=> false,
4106  'deprecationReason'=> null
4107  ],
4108  [
4109  'name'=> 'category_links',
4110  'description'=> null,
4111  'args'=> [
4112 
4113  ],
4114  'type'=> [
4115  'kind'=> 'LIST',
4116  'name'=> null,
4117  'ofType'=> [
4118  'kind'=> 'OBJECT',
4119  'name'=> 'ProductCategoryLinks',
4120  'ofType'=> null
4121  ]
4122  ],
4123  'isDeprecated'=> false,
4124  'deprecationReason'=> null
4125  ],
4126  [
4127  'name'=> 'product_links',
4128  'description'=> null,
4129  'args'=> [
4130 
4131  ],
4132  'type'=> [
4133  'kind'=> 'LIST',
4134  'name'=> null,
4135  'ofType'=> [
4136  'kind'=> 'INTERFACE',
4137  'name'=> 'ProductLinksInterface',
4138  'ofType'=> null
4139  ]
4140  ],
4141  'isDeprecated'=> false,
4142  'deprecationReason'=> null
4143  ],
4144  [
4145  'name'=> 'media_gallery_entries',
4146  'description'=> null,
4147  'args'=> [
4148 
4149  ],
4150  'type'=> [
4151  'kind'=> 'LIST',
4152  'name'=> null,
4153  'ofType'=> [
4154  'kind'=> 'OBJECT',
4155  'name'=> 'MediaGalleryEntry',
4156  'ofType'=> null
4157  ]
4158  ],
4159  'isDeprecated'=> false,
4160  'deprecationReason'=> null
4161  ],
4162  [
4163  'name'=> 'tier_prices',
4164  'description'=> null,
4165  'args'=> [
4166 
4167  ],
4168  'type'=> [
4169  'kind'=> 'LIST',
4170  'name'=> null,
4171  'ofType'=> [
4172  'kind'=> 'OBJECT',
4173  'name'=> 'ProductTierPrices',
4174  'ofType'=> null
4175  ]
4176  ],
4177  'isDeprecated'=> false,
4178  'deprecationReason'=> null
4179  ],
4180  [
4181  'name'=> 'price',
4182  'description'=> null,
4183  'args'=> [
4184 
4185  ],
4186  'type'=> [
4187  'kind'=> 'OBJECT',
4188  'name'=> 'ProductPrices',
4189  'ofType'=> null
4190  ],
4191  'isDeprecated'=> false,
4192  'deprecationReason'=> null
4193  ],
4194  [
4195  'name'=> 'manufacturer',
4196  'description'=> null,
4197  'args'=> [
4198 
4199  ],
4200  'type'=> [
4201  'kind'=> 'SCALAR',
4202  'name'=> 'Int',
4203  'ofType'=> null
4204  ],
4205  'isDeprecated'=> false,
4206  'deprecationReason'=> null
4207  ]
4208  ],
4209  'inputFields'=> null,
4210  'interfaces'=> [
4211  [
4212  'kind'=> 'INTERFACE',
4213  'name'=> 'ProductInterface',
4214  'ofType'=> null
4215  ],
4216  [
4217  'kind'=> 'INTERFACE',
4218  'name'=> 'CustomizableProductInterface',
4219  'ofType'=> null
4220  ]
4221  ],
4222  'enumValues'=> null,
4223  'possibleTypes'=> null
4224  ],
4225  [
4226  'kind' => 'OBJECT',
4227  'name' => 'EntityUrl',
4228  'description' => '',
4229  'fields' => [
4230  [
4231  'name' => 'id',
4232  'description' => null,
4233  'args' => [
4234 
4235  ],
4236  'type' => [
4237  'kind' => 'SCALAR',
4238  'name' => 'Int',
4239  'ofType' => null
4240  ],
4241  'isDeprecated' => false,
4242  'deprecationReason' => null
4243  ],
4244  [
4245  'name' => 'canonical_url',
4246  'description' => null,
4247  'args' => [
4248 
4249  ],
4250  'type' => [
4251  'kind' => 'SCALAR',
4252  'name' => 'String',
4253  'ofType' => null
4254  ],
4255  'isDeprecated' => false,
4256  'deprecationReason' => null
4257  ],
4258  [
4259  'name' => 'type',
4260  'description' => null,
4261  'args' => [
4262 
4263  ],
4264  'type' => [
4265  'kind' => 'ENUM',
4266  'name' => 'UrlRewriteEntityTypeEnum',
4267  'ofType' => null
4268  ],
4269  'isDeprecated' => false,
4270  'deprecationReason' => null
4271  ]
4272  ],
4273  'inputFields' => null,
4274  'interfaces' => [
4275 
4276  ],
4277  'enumValues' => null,
4278  'possibleTypes' => null
4279  ],
4280  [
4281  'kind' => 'ENUM',
4282  'name' => 'UrlRewriteEntityTypeEnum',
4283  'description' => 'Comment for empty Enum',
4284  'fields' => null,
4285  'inputFields' => null,
4286  'interfaces' => null,
4287  'enumValues' => [
4288 
4289  ],
4290  'possibleTypes' => null
4291  ]
4292 ];
return false
Definition: gallery.phtml:36