Skip to main content

CreateFormStyleInput

CreateFormStyleInput is used for create FormStyle object. Input was generated by ent.

input CreateFormStyleInput {
styleType: FormStyleStyleType
primaryColor: String
secondaryColor: String
headerFont: String
bodyFont: String
cssOverrides: String
}

Fields

CreateFormStyleInput.styleType ● FormStyleStyleType enum

CreateFormStyleInput.primaryColor ● String scalar

CreateFormStyleInput.secondaryColor ● String scalar

CreateFormStyleInput.headerFont ● String scalar

CreateFormStyleInput.bodyFont ● String scalar

CreateFormStyleInput.cssOverrides ● String scalar

Member Of

updateForm mutation