FormShareQueries
No description
type FormShareQueries {
listFormShares(
formId: Long!
): [FormShare!]
}
Fields
FormShareQueries.listFormShares ● [FormShare!] list object
Public share links for one form, newest first, including revoked ones (they are history, and the responses they collected stay attached to them). Requires canManageForms.
FormShareQueries.listFormShares.formId ● Long! non-null scalar
Returned By
formShares query