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

Create commands to generate the PHP code inside the extension, to extend the GraphQL schema #74

Open
leoloso opened this issue Oct 16, 2023 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@leoloso
Copy link
Contributor

leoloso commented Oct 16, 2023

Create commands that will generate the PHP code inside the extension, to extend the GraphQL schema:

General to GraphQL:

  • create-type-resolver
  • create-field-resolver
  • create-mutation-resolver
  • create-custom-scalar-resolver
  • create-enum-resolver
  • create-union-type-resolver
  • create-interface-resolver
  • create-input-object-resolver
  • create-oneof-input-object-resolver
  • create-directive-resolver

Specific to Gato GraphQL:

  • create-global-field-resolver
  • create-enum-string-resolver
  • create-error-payload-union-type-resolver
  • create-composable-directive-resolver

Specific for WordPress:

  • create-custom-post-type-resolver
  • create-custom-post-type-field-resolver
@leoloso leoloso self-assigned this Oct 16, 2023
@leoloso leoloso added the help wanted Extra attention is needed label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant