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

use int as scalar type #10

Closed
wants to merge 2 commits into from
Closed

use int as scalar type #10

wants to merge 2 commits into from

Conversation

valoricDe
Copy link

No description provided.

@brettjurgens
Copy link
Contributor

brettjurgens commented Oct 27, 2016

been meaning to add the namespace thing as well, thanks!

Copy link
Contributor

@brettjurgens brettjurgens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice 👍 some small nitpicks with style and tests need fixing

@@ -81,6 +81,7 @@ const resolveInterfaceName = type => {

case 'Float':
case 'Integer':
case 'Int':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you fix the indentation here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

additionally, can probably remove the Integer Type, I think this was just a typo 😢

@@ -5,11 +5,10 @@ const fileIO = require('./fileIO');
const generateModule = (moduleName, interfaces) => {
return `// graphql typescript definitions

declare module ${moduleName} {
declare namespace ${moduleName} {
${interfaces}
}

Copy link
Contributor

@brettjurgens brettjurgens Oct 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can probably remove this newline as well

This was referenced Oct 28, 2016
@brettjurgens
Copy link
Contributor

@Valorize i've implemented namespace in #13 and Int fix in #14

hope that covers everything!

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.

None yet

2 participants