ThirdPartyForm
No description
type ThirdPartyForm {
id: ID!
platform: ThirdPartyFormPlatform
account_id: String!
account_name: String
third_party_form_id: String!
name: String!
actionSets: [ActionSet!]!
fields: [ThirdPartyFormSchema!]
created_at: DateTime!
updated_at: DateTime!
deleted_at: DateTime
}
Fields
ThirdPartyForm.id ● ID! non-null scalar
ThirdPartyForm.platform ● ThirdPartyFormPlatform enum
ThirdPartyForm.account_id ● String! non-null scalar
ThirdPartyForm.account_name ● String scalar
ThirdPartyForm.third_party_form_id ● String! non-null scalar
ThirdPartyForm.name ● String! non-null scalar
ThirdPartyForm.actionSets ● [ActionSet!]! non-null object
ThirdPartyForm.fields ● [ThirdPartyFormSchema!] list object
ThirdPartyForm.created_at ● DateTime! non-null scalar
ThirdPartyForm.updated_at ● DateTime! non-null scalar
ThirdPartyForm.deleted_at ● DateTime scalar
Returned By
deleteThirdPartyForm mutation ● thirdPartyForm query ● updateThirdPartyForm mutation
Member Of
BlastRadius object ● ThirdPartyFormPaginator object ● ThirdPartyFormSubmission object
Implemented By
Sourceable union


