CreateSubscribeTypedDataInput
The CreateSubscribeTypedDataInput input type specifies the params to subscribe to one or multiple profiles.
input CreateSubscribeTypedDataInput {
options: TypedDataOptions!
profileIDs: [Int!]!
}
Fields
options (TypedDataOptions)
options the options to subscribe to one or multiple profiles.
profileIDs (Int)
profileIDs the list of profile IDs to subscribe to.