[GH-ISSUE #25] Relay Input support #111

Open
opened 2026-03-15 11:32:21 +03:00 by kerem · 1 comment
Owner

Originally created by @owen2345 on GitHub (Nov 12, 2019).
Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/25

Hi,
could you please add relay input support?
Sample mutation query:

mutation categoriesUpdate($input: CategoriesUpdateInput!) {
        categoriesUpdate(input: $input) {
            category { id }
            errors
        }
    }

Regards!

Originally created by @owen2345 on GitHub (Nov 12, 2019). Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/25 Hi, could you please add relay input support? Sample mutation query: ``` mutation categoriesUpdate($input: CategoriesUpdateInput!) { categoriesUpdate(input: $input) { category { id } errors } } ``` Regards!
Author
Owner

@atulmy commented on GitHub (Jan 3, 2020):

@owen2345 feel free to open a PR for this use case.

<!-- gh-comment-id:570673432 --> @atulmy commented on GitHub (Jan 3, 2020): @owen2345 feel free to open a PR for this use case.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gql-query-builder#111
No description provided.