Lauri Saarni

Results 5 issues of Lauri Saarni

Currently it seems that only != and == operators are supported. I would like to see the rest of the operators included in ACF plugin. * !=empty * ==empty *...

Currently the orderby is set like this: ``` query GET_POSTS { posts ( where: { status: PUBLISH orderby: { field: TITLE, order: ASC } } ) { edges { node...

Enhancement
Architecture
Needs Discussion
Breaking Change
Component: Connections
Component: Input

**Describe the bug** If page content starts with an title acronym like A.B.C. the automated value inserted into meta description strips the A.B.C. from the beginning. **How to reproduce the...

[Type] Bug

I would like to have a different label and value for the arg function as follows: ```javascript let MY_API_USER = await env("MY_API_USER", async () => { return await arg("Select a...

When using `codegen.yml` with setup for TypeScript as follows: ```yml schema: - https://sivakka-fi.test/graphql: headers: x-graphql-lock-bypass: "ds02394fnjn234h" documents: - "../assets/scripts//lib/apartment-archive/**/*.{ts,tsx,graphql,js}" - "../queries/*.graphql" generates: ../assets/scripts/lib/apartment-archive/__gen__/types.d.ts: plugins: - typescript - typescript-operations config: enumsAsTypes:...