OBJECT
Object type containing the token, public key, and product type used in registering a cluster.
type ClusterRegistrationToken {# The JWT that will be used to register the cluster.token: String! # The public key of the token.pubkey: String! # The product type this token should be used to register.productType: String! }