CreateCustomIngestionHookResponse
No description
type CreateCustomIngestionHookResponse {
customIngestionHook: CustomIngestionHook!
success: Boolean!
}
Fields
CreateCustomIngestionHookResponse.customIngestionHook
● CustomIngestionHook!
non-null object
The custom ingestion hook that was created.
CreateCustomIngestionHookResponse.success
● Boolean!
non-null scalar
Was the operation a success.
Returned by
createCustomIngestionHook
mutation