Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Amplify/Categories/API/Request/GraphQLOperationType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

/// The type of a GraphQL operation
public enum GraphQLOperationType {
public enum GraphQLOperationType: String {
/// A GraphQL Query operation
case query

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
import Amplify
import Foundation

public enum GraphQLOperationType: String {
case mutation
case query
case subscription
}

public typealias GraphQLParameterName = String

/// Represents a single directive GraphQL document. Concrete types that conform to this protocol must
Expand Down