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

Add create_many action method #8

Closed
RobertCraigie opened this issue Feb 3, 2021 · 0 comments
Closed

Add create_many action method #8

RobertCraigie opened this issue Feb 3, 2021 · 0 comments
Labels
kind/feature A request for a new feature.
Projects

Comments

@RobertCraigie
Copy link
Owner

The createMany mutation was recently released behind a preview feature flag in v2.16.0

Should look something like

def create_many(
    self,
    data: List[{{ model.name }}CreateInput],
    skip_duplicates: bool
):
     ...
@RobertCraigie RobertCraigie added the kind/feature A request for a new feature. label Feb 3, 2021
@RobertCraigie RobertCraigie added this to To do in v1.0.0 via automation Feb 3, 2021
@RobertCraigie RobertCraigie added this to the Public Release milestone Jul 6, 2021
v1.0.0 automation moved this from To do to Done Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature A request for a new feature.
Projects
Development

No branches or pull requests

1 participant