`Invalid GraphQL document provided` error in fetching.
Closed this issue · 0 comments
Ishad-M-I-M commented
When querying following the error in $subject arise
query{
missions{
id
startDate
crew{
id
name
}
}
}