Skip to main content

SubscriberInput

No description

input SubscriberInput {
email: String!
name: String
interestIDs: [Int!]
countryCode: String
}

Fields

email ● String!

name ● String

interestIDs ● [Int!]

Must be greater than or equal to 0

countryCode ● String

Use ISO 3166-1 2-letter country code

Example

{}