proposals
No description
proposals(
where: ProposalWhereInput
orderBy: [ProposalOrderByWithRelationInput!]
cursor: ProposalWhereUniqueInput
take: Int
skip: Int
distinct: [ProposalScalarFieldEnum!]
accounts: [Address!]
actionRequired: Boolean
states: [ProposalState!]
): [Proposal!]!
Arguments
proposals.where ● ProposalWhereInput input
proposals.orderBy ● [ProposalOrderByWithRelationInput!] list input
proposals.cursor ● ProposalWhereUniqueInput input
proposals.take ● Int scalar
proposals.skip ● Int scalar
proposals.distinct ● [ProposalScalarFieldEnum!] list enum
proposals.accounts ● [Address!] list scalar
proposals.actionRequired ● Boolean scalar
User is required to take action