legalDocuments
List of legal documents. In a shop context only published documents are returned. PUBLIC
graphql
legalDocuments(
after: String
before: String
first: Int
last: Int
required: [Boolean!]
): LegalDocumentConnection!
Arguments
legalDocuments.after · String scalar
Returns the elements in the list that come after the specified cursor.
legalDocuments.before · String scalar
Returns the elements in the list that come before the specified cursor.
legalDocuments.first · Int scalar
Returns the first _n_ elements from the list.
legalDocuments.last · Int scalar
Returns the last _n_ elements from the list.
legalDocuments.required · [Boolean!] list scalar
Filter by whether customers must accept the document at checkout.
Type
LegalDocumentConnection object
The connection type for LegalDocument.