Skip to content

Having hard time learning to test poem app #181

Answered by sunli829
azzamsa asked this question in Q&A
Discussion options

You must be logged in to vote

You forgot to add schema. 🙂

let resp = client
        .post("/")
        .data(schema)  // <<<----- here
        .body(r#"{"query": "{ health { status } }" }"#)
        .send()
        .await;

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

@Christoph-AK
Comment options

@Christoph-AK
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@azzamsa
Comment options

@azzamsa
Comment options

Answer selected by azzamsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants