OBJECT
Size
link GraphQL Schema definition
1 type Size { 2 Int! : 3 4 String : 5 6 # Required permission: SizeChart:read 7 SizeChart! : 8 9 # All elements are always returned 10 SizeAlias!]! : [ 11 12 # All elements are always returned 13 # 14 # Arguments 15 # where: (self-explanatory) 16 SizeLocalizationFilter): [LocalizedSize!]! ( : 17 18 String : 19 20 }