OBJECT
Autogenerated return type of GenerateSellerDashboardTokenMutation.
type GenerateSellerDashboardTokenMutationPayload {# A unique identifier for the client performing the mutation.clientMutationId: String # Seller dashboard data endpointdataEndpoint: String errors: [ValidationError!] # Seller dashboard JWTjwt: String status: Int! }