GraphQLSubscriptionType

public enum GraphQLSubscriptionType : String
extension GraphQLSubscriptionType: CaseIterable

Defines the type of a GraphQL subscription.

  • Declaration

    Swift

    case onCreate
  • Declaration

    Swift

    case onDelete
  • Declaration

    Swift

    case onUpdate