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

doc: add graphql-codegen-typescript-mock-data plugin in doc #8417

Conversation

ardeois
Copy link
Contributor

@ardeois ardeois commented Sep 29, 2022

Description

Add graphql-codegen-typescript-mock-data in plugins page. It's a plugin for building mock data based on the schema. Very useful in unit test to avoid manually creating your mocks.

It's not very popular yet, but the plugin is already used by multiple users and I'm maintaining it for now
CleanShot 2022-09-29 at 15 41 45
I'm considering moving this project to your repo so you can own it, but this will be done later.

Note I didn't create any issue as it's a documentation PR only, but let me know if you prefer me to create an issue

Type of change

Please delete options that are not relevant.

  • This change requires a documentation update

Checklist:

  • I have followed the CONTRIBUTING doc and the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Add `graphql-codegen-typescript-mock-data` in plugins page
I'm considering moving this project to your repo so you can own it,
but this will be done later
@changeset-bot
Copy link

changeset-bot bot commented Sep 29, 2022

⚠️ No Changeset found

Latest commit: 19e6686

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@charlypoly charlypoly self-assigned this Oct 3, 2022
@charlypoly
Copy link
Contributor

charlypoly commented Oct 3, 2022

Hi @ardeois,

Thank you for your contribution to the codegen community! ⚡
I've pushed a commit to finalize the configuration of your package's plugin page (I'll work on updating the documentation around this soon, see the roadmap)

As explained in our current roadmap, community plugins will remain or be moved to a separated repository.
So, your plugin will stay in its current repository.

@charlypoly charlypoly merged commit 8efc2fc into dotansimha:master Oct 3, 2022
@charlypoly
Copy link
Contributor

@ardeois, your plugin is now available on the Plugins directory: https://www.the-guild.dev/graphql/codegen/plugins/typescript/typescript-mock-data 🚀

@ardeois ardeois deleted the doc/graphql-codegen-typescript-mock-data-plugin branch October 3, 2022 14:02
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

Successfully merging this pull request may close these issues.

2 participants