Type-graphql: Documentation

Created on 28 Jan 2018  路  9Comments  路  Source: MichalLytek/type-graphql

  • [x] introduction/getting started guide
  • [x] simpler and better readme
  • [x] docs folder on repo with feature descriptions and usage samples

    • [x] scalars @19majkel94

    • [x] automatic validation @19majkel94

    • [x] DI @19majkel94

    • [x] interfaces and inheritance @19majkel94

    • [x] types (fields) @19majkel94

    • [x] resolvers @19majkel94

    • [x] others (new features should have docs created in time)

Documentation Good First Issue Help Wanted

All 9 comments

hi @19majkel94,
I love your project also If you need a extra hand I'm here to collaborate

Hi @pablocarreraest! It's nice to hear that! 馃槉

Today I will try to do the custom scalars docs so you will see what is my vision of the docs.
So then we can collaborate on docs together, PRs are welcome 馃槈

@pablocarreraest
I've just created the first doc page 馃槂
https://github.com/19majkel94/type-graphql/blob/master/docs/scalars.md

nice I will make resolver and types

@pablocarreraest
I don't hustle, just asking about the docs status - do you plan to help me with this in near feature, or you've rejected usage of this framework in your projects by now? 馃槈

I鈥檓 in... just I Get very busy this days for Sunday I will give you the PR if that is alright for you...

That's cool! No need to hurry, I have many other tasks to do 馃槈

The resolver section is missing this useful feature:

const schema = await buildSchema({ resolvers: ['../../resolver/*.js'], });

@stonecold123
It's not merged yet:
https://github.com/19majkel94/type-graphql/blob/docs/docs/bootstrap.md#create-executable-schema

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MichalLytek picture MichalLytek  路  3Comments

itsgracian picture itsgracian  路  3Comments

laukaichung picture laukaichung  路  3Comments

memark picture memark  路  3Comments

tafelito picture tafelito  路  3Comments