OBJECT

GenerateSellerDashboardTokenMutationPayload

Autogenerated return type of GenerateSellerDashboardTokenMutation.

link GraphQL Schema definition

  • type GenerateSellerDashboardTokenMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Seller dashboard data endpoint
  • dataEndpoint: String
  • errors: [ValidationError!]
  • # Seller dashboard JWT
  • jwt: String
  • status: Int!
  • }