Skip to content

Instantly share code, notes, and snippets.

@navsing
Created June 16, 2020 22:59
Show Gist options
  • Save navsing/5c5579f4a716d974406069f6a9a48a58 to your computer and use it in GitHub Desktop.
Save navsing/5c5579f4a716d974406069f6a9a48a58 to your computer and use it in GitHub Desktop.
Network.shared.apollo.perform(mutation: CreatePersonMutation(input: personInput)) { result in
switch result {
case .success(let graphQLResult):
print(graphQLResult)
case .failure(let error):
print("Failure! Error: \(error)")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment