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

Feat/add graphql settings #6

Merged
merged 4 commits into from
Jun 19, 2023
Merged

Feat/add graphql settings #6

merged 4 commits into from
Jun 19, 2023

Conversation

stoneman1
Copy link
Contributor

@stoneman1 stoneman1 commented Jun 16, 2023

@stoneman1 stoneman1 requested a review from mairh June 16, 2023 12:58
import { Field, ObjectType } from '@nestjs/graphql';

@ObjectType()
export class LangObj {
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we use more telling names like DictionaryDto?

Copy link
Contributor

Choose a reason for hiding this comment

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

It would be good to place object types in separate files in the dto subfolder

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will do

@@ -0,0 +1,4 @@
export interface ISettings {
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we get rid of the prefix "I"? "Settings" is enough

@mairh
Copy link
Contributor

mairh commented Jun 16, 2023

@stoneman1 Added some small comments

@mairh mairh changed the base branch from master to dev June 19, 2023 13:21
@mairh mairh merged commit 05d0b65 into dev Jun 19, 2023
@mairh mairh deleted the feat/add-graphql-settings branch July 3, 2023 12:52
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