GraphQL Server in minutes using OpenAPI-to-GraphQL and LoopBack 4

preview_player
Показать описание

GraphQL Server in minutes using OpenAPI-to-GraphQL and LoopBack 4 is an unofficial, quick tutorial on how to integrate the OpenAPI-to-GraphQL library inside a LoopBack 4 application without worrying about complicated GraphQL schemas or touching any business logic inside your application.

For more information visit:
LoopBack 4

OpenAPI-to-GraphQL
Рекомендации по теме
Комментарии
Автор

Estoy decidiendo si usar graphhas gracias!Ql o gRPC. Qu'e me recomiendas? Muchas Gracias!

jgdfox
Автор

Typo Report:

1. In the getApiSpec() method, srict: false property should be replaced by strict: false
2. Title OASGraph

MarioEstradaRosa
Автор

Error: Invalid specification provided

loadmore
Автор

Hola Mario. En el ejemplo hace falta instalar graphql. npm i graphql --save

jgdfox
Автор

Hi, How to impletement JWT Authenticaltion in Loopback 4 endpoints. Please send me if you have any refernce examples.

liveentertiner
Автор

Hi Mario, Your example in video seems to yield the expected queries/mutations.

I've copied you example and seem to be incomplete. I only the following queries:
todoListsTodos(id: Float!filter: String): [todo]
getTodos(filter: filterInput): [todo]
todoListsTodos2(where: String): todoListsTodos2
_2: String
And the following mutation:
deleteTodoListsIdTodos(id: Float!where: String):

All I get are two queries:

todos(filter: filterInput): [todo]
_2: String

I assume that the is currently inconsistent at present and that I should hold tight. Can comment on github if better place.

dugal
visit shbcf.ru