TypesObjects
CreateFormUrlPayload
The payload for creating a new URL for a customer facing form.
type CreateFormUrlPayload {
success: Boolean!
url: String
}Fields
success Boolean! non-null scalar
url String scalar
String
The newly created URL for the form.
Returned By
createFormUrl mutation