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

Need to resolve the type like pothos. #65

Closed
raja-OX opened this issue May 6, 2023 · 1 comment
Closed

Need to resolve the type like pothos. #65

raja-OX opened this issue May 6, 2023 · 1 comment

Comments

@raja-OX
Copy link

raja-OX commented May 6, 2023

const builder = new SchemaBuilder({});

builder.queryType({
  fields: (t) => ({
    hello: t.string({
      args: {
        name: t.arg.string(),
      },
      resolve: (parent, { name }) => `hello, ${name || 'World'}`,
    }),
  }),
});
@raja-OX
Copy link
Author

raja-OX commented May 6, 2023

This issue already mention in #42 so i close this issue.

@raja-OX raja-OX closed this as completed May 6, 2023
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

1 participant