Appsync Repo ✓

There are two main "AppSync" projects you might be looking for: AWS AppSync (for cloud development) or AppSync Unified (for iOS jailbreaking). 1. AppSync Unified (iOS Jailbreak)

export function response(ctx) return ctx.result;
type Item 
  id: ID!
  name: String!
  createdAt: AWSDateTime!
Top