https://www.prisma.io/ logo
Join SlackCommunities
Powered by
# prisma-whats-new
  • s

    Sindre Svendby

    10/03/2017, 10:06 PM
    I'm a bit of a sucker for trying to keep best practices also when i'm working on a SaaS solution, is there any way to have version controll on the changes? To elaborate more: My ulimate goal is to have changes in git. (in practice on github). I have not seen anyone doing it, and I think it is an enterprise feature request, but if you could connect to my org account on github, create a repo and update on all the changes done from the GUI that would be amazing. I'm migrating away from the realtime database in firebase now, I just feel that they are trying to get my to get a vendor lockin on their system, and I felt the way you have to write your database structure was limiting and not right for my use case.
    a
    l
    • 3
    • 10
  • l

    lastmjs

    10/03/2017, 10:14 PM
    @Sindre Svendby There is a local project development workflow currently in development, I'm not sure the status, but it's at least in some form of beta that you could test out. Reach out to @nilan for more information
    πŸ‘πŸ» 1
  • e

    eruby

    10/03/2017, 10:17 PM
    I would guess that version control is on the horizon, considering the generated graphcool file from the CLI includes version number
  • j

    joar

    10/03/2017, 10:21 PM
    @Sindre Svendby We do CLI-only, so everything is version controlled. I think you have to be invited to the beta, but the stuff you asking for exists
    s
    • 2
    • 1
  • a

    agartha

    10/03/2017, 10:22 PM
    The CLI is now in open beta, so you don't need an invite. Update (@joar): according to https://www.graph.cool/forum/t/feedback-new-cli-beta/949, participating in the open beta still requires registration first.
  • j

    joar

    10/03/2017, 10:23 PM
    Great!
  • j

    joar

    10/03/2017, 10:23 PM
    Is the service down?
  • j

    joar

    10/03/2017, 10:23 PM
    My requests are timing out
  • j

    joar

    10/03/2017, 10:23 PM
    nvm its on my end
    βœ… 1
  • l

    lastmjs

    10/03/2017, 10:35 PM
    @agartha Are projects created with the beta CLI production-ready?
    a
    a
    • 3
    • 9
  • t

    timbuckley

    10/03/2017, 10:56 PM
    Question: Any easy way to remove duplicate rows from a table?
  • t

    timbuckley

    10/03/2017, 10:57 PM
    Lets say there is a field that exists in every record that is uniquely-identifying, and I be sure I can safely delete one of the two records
  • r

    Radiegtya

    10/03/2017, 10:58 PM
    [Question] How to migrate the database to my own database? Why I asking this? Because what will happen, if sometime this service is shutting down (I Hope not).
  • e

    eruby

    10/03/2017, 11:25 PM
    @Radiegtya You can export your data in JSON format, but I'm sure that they will not simply shut the servers down in the blink of an eye
    πŸ‘πŸ» 2
  • r

    Radiegtya

    10/03/2017, 11:35 PM
    thanks @eruby. I can export successfully my data, but my further question, if my data already very large, ex: 2GB, how can export function handle this?
  • e

    eruby

    10/03/2017, 11:36 PM
    It exports your data separated by tables / types in a zip
  • e

    eruby

    10/03/2017, 11:37 PM
    Just give it a test run. It won't shut down your project
  • e

    eruby

    10/03/2017, 11:37 PM
    Should be fairly straightforward
  • r

    Radiegtya

    10/03/2017, 11:37 PM
    So in conclusion, it can download/export very large data. THank for the answer πŸ‘
  • y

    ylac

    10/04/2017, 1:17 AM
    What's the best way to implement Auth0 login/sign up flow for a react native app?
  • b

    be4r

    10/04/2017, 2:56 AM
    https://www.graph.cool/docs/tutorials/react-apollo-auth0-pheiph4ooj/ this uses
    localstorage
    for the token and `fetchPolicy: 'network-only'. Therefore, on the ssr side, it will always load the
    content as string from server --> refetch query --> loading state --> finished state
    . Wondering if anyone has an idea on how I can change the way to check for user auth on both client and server side so that when I serve the content via server it will just be the 'finished state'
  • s

    Sani

    10/04/2017, 4:48 AM
    halo, salam kenal
    πŸ‘‹ 1
  • b

    be4r

    10/04/2017, 5:39 AM
    is there an option for the auto-generated id's to be shorter in length?
  • s

    sebulon

    10/04/2017, 6:20 AM
    Good morning πŸ™‚ I have 2 questions: 1. If I configure Auth0 as Auth Provider, should I expect it to synch all previously created users within the connected Auth0 account into Graphcool? Or do I need to implement this migration?
  • s

    sebulon

    10/04/2017, 6:20 AM
    and 2. What does actually the type
    Node
    mean? It’s not explained in the documentation
    c
    t
    i
    • 4
    • 7
  • l

    lkbr

    10/04/2017, 6:34 AM
    Hi friends, quick question: Does the limit for Subscriptions not firing when new Files are created also apply to request pipeline functions?
  • b

    Ben

    10/04/2017, 8:58 AM
    is there any way to restrict visibility of a specific field within a type? or do I have to create a separate type and add permissions there?
    a
    • 2
    • 4
  • a

    antho1404

    10/04/2017, 9:14 AM
    does anyone have some issues to get the log of a function with the CLI
    Copy code
    graphcool logs -f xxx
    > Call to <https://wt-graphcool.it.auth0.com/api/run/xxxx/xxx> failed with: Request timeout to <http://wt-graphcool.it.auth0.com/34|wt-graphcool.it.auth0.com/34>
    .253.94.166:443 after 5000 ms
    • 1
    • 1
  • f

    freddie-codogo

    10/04/2017, 9:39 AM
    is is possible to filter but nodes that have
    null
    over a connection?
    πŸ‘ 1
    • 1
    • 1
  • g

    Gene

    10/04/2017, 2:00 PM
    Morning friends - First of all, thank you for the awesome work on Chromeless. I'm trying to work through the examples to run/access Chrome locally in a lambda function. i.e., have a function that responds to a get request spin-up a chrome instance, do some work, then shut down. Is using Chromeless overkill for that -- should I just use the underlying serverless-chrome library? I can't seem to figure out the right init pattern to get it to work...
1...359360361...637Latest