OBJECT
PageElementBlock
Information about a page element
link GraphQL Schema definition
1 type PageElementBlock { 2 3 # The type of page element block i.e. MoreFromPrime, PrimeShipping 4 : String! 5 6 # Metadata describing appearance of the page element block, i.e. backgroundColor 7 : [BlockMetadata!]! 8 9 }