LegalInformation
Legal Information to be accessible to users
graphql
type LegalInformation implements Node {
id: ID!
label: String!
priority: Int!
text: String!
}Fields
LegalInformation.id ● ID! non-null scalar
The unique id of this node
LegalInformation.label ● String! non-null scalar
The label shown to user in the bottom right corner
LegalInformation.priority ● Int! non-null scalar
The priority of this information, higher priority items are shown further left.
LegalInformation.text ● String! non-null scalar
The markdown text shown to the user when accessing the information
Interfaces
Node interface
Base class of all nodes
Returned By
searchLegalInformation query
Member Of
CreateLegalInformationPayload object ● LegalInformationConnection object ● LegalInformationEdge object ● UpdateLegalInformationPayload object