Answers for "Variable "$id" is not defined by operation "GetPost"."

PHP
0

Variable "$id" is not defined by operation "GetPost".

query GetPost($id: String!) {
  post(id: $id) {
    body
  }
}
Posted by: Guest on June-18-2020

Code answers related to "Variable "$id" is not defined by operation "GetPost"."

Browse Popular Code Answers by Language