We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 014d900 + 2a309e7 commit cdf4d6bCopy full SHA for cdf4d6b
final/client/src/resolvers.js
@@ -4,7 +4,7 @@ import { GET_CART_ITEMS } from './pages/cart';
4
export const typeDefs = gql`
5
extend type Query {
6
isLoggedIn: Boolean!
7
- cartItems: [Launch]!
+ cartItems: [ID!]!
8
}
9
10
extend type Launch {
0 commit comments