CreateLegalInformationInput
Input for the createLegalInformation mutation
graphql
input CreateLegalInformationInput {
label: String!
priority: Int!
text: String!
}Fields
CreateLegalInformationInput.label ● String! non-null scalar
Initial label of the LegalInformation
CreateLegalInformationInput.priority ● Int! non-null scalar
Initial priority of the LegalInformation
CreateLegalInformationInput.text ● String! non-null scalar
Initial text of the LegalInformation
Member Of
createLegalInformation mutation