Skip to content

Instantly share code, notes, and snippets.

View munibrahman's full-sized avatar

Munib Rahman munibrahman

View GitHub Profile
// This file was automatically generated and should not be edited.
import AWSAppSync
public final class CreateConversationMutation: GraphQLMutation {
public static let operationString =
"mutation CreateConversation($createdAt: String, $id: ID!, $name: String!) {\n createConversation(createdAt: $createdAt, id: $id, name: $name) {\n __typename\n createdAt\n id\n messages {\n __typename\n messages {\n __typename\n content\n conversationId\n createdAt\n id\n isSent\n sender\n }\n nextToken\n }\n name\n }\n}"
public var createdAt: String?
public var id: GraphQLID