legalInformation
Query for nodes of type LegalInformation
graphql
legalInformation(
after: String
before: String
filter: LegalInformationFilterInput
first: Int
last: Int
orderBy: [LegalInformationOrder!]
skip: Int
): LegalInformationConnection!Arguments
legalInformation.after ● String scalar
Get only items after the cursor
legalInformation.before ● String scalar
Get only items before the cursor
legalInformation.filter ● LegalInformationFilterInput input
Filter for specific items in the connection
legalInformation.first ● Int scalar
Get the first n items. Must not be used if before is specified
legalInformation.last ● Int scalar
Get the last n items. Must not be used if after is specified
legalInformation.orderBy ● [LegalInformationOrder!] list input
Order in which the items are sorted
legalInformation.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
Type
LegalInformationConnection object
The connection type for LegalInformation.