This website requires JavaScript.
Explore
Help
Sign In
bachir
/
materio-d9
Watch
1
Star
0
Fork
You've already forked materio-d9
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2739df96e2
materio-d9
/
web
/
modules
/
custom
/
materio_graphql
/
graphql
/
materio_extension.extension...
8 lines
105 B
GraphQL
Raw
Normal View
History
Unescape
Escape
added working graphql 4 module and started materio_graphql
2020-12-09 22:55:16 +01:00
extend
type
Query
{
materiau
(
id
:
Int
!
)
:
Materiau
}
frist graphql query to materio_graphql schema is working going to refactor every thing with graphql
2020-12-10 22:46:27 +01:00
extend
type
Query
{
article
(
id
:
Int
!
)
:
Article
added working graphql 4 module and started materio_graphql
2020-12-09 22:55:16 +01:00
}