DEV Community

Discussion on: Your First React GraphQL Frontend with the Apollo Client: A Gentle Introduction

Collapse
 
ashleyo profile image
Ashley Oliver

Not that it affects the code, but in

const PAST_LAUNCHES = gql`
query GetPastLaunces($numLaunches: Int!) {

'Launces' is probably intended to be Launches