OBJECT

DeleteRolePayload

link GraphQL Schema definition

  • type DeleteRolePayload {
  • # The mutated Role.
  • changedRole: Role
  • # An edge containing the mutated Role. Use this to update your client side cache.
  • changedEdge: RoleEdge
  • # 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