Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

240
Vistas
Expected Name, found ! Graphql when passing dynamic where through variables

I am new to Graphql, for a query I need to apply filters. as I followed up with this issue https://github.com/hasura/graphql-engine/issues/2355, I decided to pass the where clause itself dynamically as a variable. But am getting

Expected Name, found 

Here is my code

const where = {
 ...(condition1 ? {created_at: { created_at: { _in: this.startDate } }  } : {}),
  ...(condition2 ? {payment: { source: { _in: this.selectedStore } }  } : {}),
}

const { data } = await this.$apollo.query({
  query: orders_by_storeid_and_creation_time,
  variables: {
    where
  },
  fetchPolicy: "no-cache"
});

this is .gql

interface orders_filter_type{
  created_at:! any;
  payment:!any
 }

 query orders_by_storeid_and_creation_time(
   $where:orders_filter_type
   //tried $where:[orders_filter_type] 
   //tried $where:any 
 ) {
 orders(
  where:where
 ) {
   ...someFragment
  }
}

I am trying to implement in a way that, if the filter is not applied it shouldn't even let the graphql where clause to reach that condition.

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda