UpdateLegalInformationInput
Input for the updateLegalInformation mutation
graphql
input UpdateLegalInformationInput {
id: ID!
label: String
priority: Int
text: String
}Fields
UpdateLegalInformationInput.id ● ID! non-null scalar
The id of the node to update
UpdateLegalInformationInput.label ● String scalar
The new label of the LegalInformation
UpdateLegalInformationInput.priority ● Int scalar
The new priority of the LegalInformation
UpdateLegalInformationInput.text ● String scalar
The new text of the LegalInformation
Member Of
updateLegalInformation mutation