{"owner":"cypress-io","repo":"cypress-realworld-app","hasSpec":true,"specFile":"backend/graphql/schema.graphql","branch":"HEAD","format":"graphql","version":"Unknown","title":"cypress-realworld-app","description":"","endpoints":[],"spec":"type Query {\n  listBankAccount: [BankAccount!]\n}\n\ntype Mutation {\n  createBankAccount(bankName: String!, accountNumber: String!, routingNumber: String!): BankAccount\n  deleteBankAccount(id: ID!): Boolean\n}\n\ntype BankAccount {\n  id: ID!\n  uuid: String\n  userId: String\n  bankName: String\n  accountNumber: String\n  routingNumber: String\n  isDeleted: Boolean\n  createdAt: String\n  modifiedAt: String\n}\n"}