question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to make support of graphile/postgraphile?

See original GitHub issue

Hello, thanks for the great plugin!

I was wondering if it’s possible to make it compatible with https://github.com/graphile/postgraphile tool? It makes a graphql api from existing postgresql tables. This tandem would be awesome.

Data retrieving is working already, but there are minor differences in mutations, for example postraphile makes it this way:


input TodoInput {
  id: Int
  label: String!
  isCompleted: Boolean
}

input CreateTodoInput {
  clientMutationId: String
  todo: TodoInput!
}

type Mutation {
  createTodo(
    input: CreateTodoInput!
  ): CreateTodoPayload

…and so on.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
kevinmarreccommented, Apr 25, 2019

@phortx Good stuff ! Will take a look 😄

0reactions
phortxcommented, Apr 30, 2019

Merged (but not released yet). I close this, feel free to reopen if the problem isn’t solved for you 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Professional Support - Graphile
Professional Support. From the team behind PostGraphile, Graphile Worker and the Graphile suite. Get in touch Consult with Benjie ASAP ...
Read more >
PostGraphile Instant GraphQL API
Utilities to build powerful, performant and extensible GraphQL APIs rapidly. ... Strong PostgreSQL support; GraphQL best practices; Simple to deploy and ...
Read more >
PostGraphile | Production Considerations
PostGraphile has first-party support for persisted operations via the open source @graphile/persisted-operations plugin; we recommend its use to the vast ...
Read more >
Using PostGraphile as a Library
PostGraphile supports usage in library mode within various Node server frameworks. There are two ways of using the PostGraphile library mode inside a...
Read more >
PostGraphile | makeExtendSchemaPlugin (graphile-utils)
Utilities to build powerful and performant GraphQL APIs.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found