OBJECT
StructuredDataList
link GraphQL Schema definition
1 type StructuredDataList implements Page { 2 3 : [StructuredData] 4 5 : Int 6 7 : Int! 8 9 : Int! 10 11 : Boolean 12 13 : [StructuredDataOrderByType!] 14 15 }
OBJECT
1 type StructuredDataList implements Page { 2 3 : [StructuredData] 4 5 : Int 6 7 : Int! 8 9 : Int! 10 11 : Boolean 12 13 : [StructuredDataOrderByType!] 14 15 }