OBJECT

MigrateSchemaPayload

link GraphQL Schema definition

  • type MigrateSchemaPayload {
  • # The mutated Schema.
  • changedSchema: Schema
  • # A view port into your application.
  • viewer: Viewer
  • # An opaque string used by frontend frameworks like relay to track requests and
  • # responses.
  • clientMutationId: String
  • }

link Require by