Ishad-M-I-M/sketch-ballerina-federation-gateway

`Invalid GraphQL document provided` error in fetching.

Closed this issue · 0 comments

When querying following the error in $subject arise

query{
    missions{
        id
        startDate
        crew{
            id
            name
        }
    }
}