Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can i mutate the repeater field? #11

Open
sinascience opened this issue Nov 9, 2022 · 3 comments
Open

Can i mutate the repeater field? #11

sinascience opened this issue Nov 9, 2022 · 3 comments

Comments

@sinascience
Copy link

please give me the documentation of mutating ACF repeater field with this plugin

@zngly-vlad
Copy link
Contributor

You can search the types using the graphql ide document explorer

image

@sinascience
Copy link
Author

sinascience commented Nov 9, 2022 via email

@zngly-vlad
Copy link
Contributor

@sinascience It might need a bit more work to support mutation the way you have it at the moment but you should have your repeater input be an array of object

e.g.

input: {
    commentLike: [
        { likeBool: true }
    ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants