Skip to content
  • Dmitri Shuralyov's avatar
    Handle empty variables map correctly. · 36589939
    Dmitri Shuralyov authored
    Previously, only the nil variables map was handled correctly
    by fully omitting the variables from the generated GraphQL query.
    This change makes it so that an empty variables map is handled
    equivalently, and adds test coverage for it.
    36589939