INPUT_OBJECT
input ScheduleInput {# Defines the minimum number of public keys needed to sign to satisfy the schedulequorumCount: Int!# The list of public keys that can sign for the walletkeys: [String!]!}