Strise Connect API Docs
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

Boolean!

url String scalar

String The newly created URL for the form.

Returned By

createFormUrl mutation

On this page