Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

186
Views
error de tipo desconocido en la consulta de graphql al obtener contenido?

Soy nuevo en la consulta de graphql. Recibo este error de tipo desconocido error i

Estoy golpeando esta API

mi consulta es

 query getCallLogsForLawyer( $endDate: end_date! $limit: limit! $page: page! $startDate: start_date! $userId: user_id! ) { getCallLogsForLawyer( end_date: $endDate limit: $limit page: $page start_date: $startDate user_id: $userId ) { _id } }

mi variable es esta

 { "endDate":"Mon Jan 10 2022", "limit":100101010, "page":1, "startDate":"Tue Nov 02 2021", "userId":"614eb5ef2a89b6fd69fc5ab7" }

Mi esquema api es este ingrese la descripción de la imagen aquí

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Sus tipos son incorrectos, de acuerdo con su esquema, debería ser:

 query getCallLogsForLawyer( $endDate: String! $limit: Float! $page: String! $startDate: Float! $userId: Float! ) { getCallLogsForLawyer( end_date: $endDate limit: $limit page: $page start_date: $startDate user_id: $userId ) { _id } }
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!