Answers for "variable "$id" is not defined by operation "projectpostbyslug"."

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 "projectpostbyslug"."

Browse Popular Code Answers by Language