PollParentHintInput (Input)
Description
In case the parent entity of the poll is not yet created (which can happen when writing up posts), client is required to offer a hint as to where that future parent will exist. In case of posts, the parent hint should point to the space in which the post will live. The poll attachment will be enforced once again when the parent entity is created through the input scopes.
Fields
Name | Description |
---|---|
entityId - String! | |
entityType - PollEntityType! |
input PollParentHintInput {
entityId: String!
entityType: PollEntityType!
}