snowflake0.3.0

Resolve GraphQL fields with Snowflake queries
scalar JsonTemplate """ Run a statement against Snowflake. The bindings are optional. They can take values from the field arguments. On success, the resolver returns an array of rows. Each row is an array of values (one for each column in the result set). In practice, [[JSON!]!] is a practical type for resolvers using this directive. """ directive @snowflakeQuery( sql: String! bindings: JsonTemplate ) on FIELD_DEFINITION
24 Jun, 2025
Julius de Bruijn
InstallAdd this to your TOML configuration file:
[extensions] snowflake = "0.3.0"