ProposalTallyQueueCondition
A condition to be used against ProposalTallyQueue object types. All fields are
tested for equality and combined with a logical ‘and.’
input ProposalTallyQueueCondition {
proposalId: UUID
queuedAt: Datetime
}
Fields
ProposalTallyQueueCondition.proposalId ● UUID scalar
Checks for equality with the object’s proposalId field.
ProposalTallyQueueCondition.queuedAt ● Datetime scalar
Checks for equality with the object’s queuedAt field.
Member Of
proposalTallyQueues query ● proposalTallyQueuesConnection query