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


