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

    eliezedeck

    10/12/2017, 4:53 AM
    Hey guys, is there a supported way to use Graph.cool with C++? namely Qt?
    n
    • 2
    • 13
  • e

    eliezedeck

    10/12/2017, 10:40 AM
    @nilan is there a way to execute functions one by one (not in parallel)? Think of a synchronized and mutex-locked call. If not, then what is the common practice to achieve this?
    n
    a
    • 3
    • 26
  • j

    jsvde

    10/12/2017, 10:46 AM
    Hey, whats the best way to get data in and out of graphcool? Is it mandatory to write something like a seeding-script that pushes data to graphcool?
  • j

    jsvde

    10/12/2017, 10:49 AM
    with something like mysql/postgres you have the benefit of developing locally and when done dump everything and deploy the resulting data to a backend of your choice like amazon aurora etc. Is there a similar workflow with graphcool?
  • k

    ken

    10/12/2017, 11:40 AM
    @jsvde Would that not depend on where your back-end data are stored? Graphcool is a query system, not a DBMS
    a
    j
    • 3
    • 4
  • j

    jsvde

    10/12/2017, 12:11 PM
    just found issue#714 Local workflow. Since it's based on gc framework and docker does that mean it contains a local db? (https://github.com/graphcool/graphcool/issues/714)
    n
    • 2
    • 2
  • j

    jvbianchi

    10/12/2017, 12:29 PM
    With graphcool cli version
    graphcool/0.7.0-beta.8 (darwin-x64) node-v8.7.0
    , I ran
    Copy code
    graphcool deploy
    but nothing happens
    • 1
    • 1
  • l

    lcatallo

    10/12/2017, 1:15 PM
    Hey guys, is there any documentation on how graphcool generates the names of the variables in the permission queries? I'm particularly interested in the variables in the CONNECT and DISCONNECT operations, like
    $ownerUser_id
    . I made an example on the forum that could help clarify the question https://www.graph.cool/forum/t/variables-naming-in-permission-queries/1230
    n
    • 2
    • 1
  • m

    mwickett

    10/12/2017, 1:45 PM
    Everytime I diff or deploy, I get notified of a bunch of changes to the project that are just removals and replacements of things that haven’t changed. Doesn’t seem to be causing an issue, but is a bit disconcerting. Anyone else seeing this?
    a
    n
    • 3
    • 5
  • p

    peterp

    10/12/2017, 2:01 PM
    every stripe tutorial i’ve seen is using a 3rd party like lambda or now but can’t i just run it directly off graph.cool?
    h
    n
    • 3
    • 7
  • j

    jvbianchi

    10/12/2017, 2:21 PM
    Does someone know how to do this? https://www.graph.cool/forum/t/fields-affected-by-permission-query/1231
    a
    n
    • 3
    • 3
  • s

    shadi

    10/12/2017, 6:29 PM
    Hey guys, the new docs are broken...https://docs-next.graph.cool/concepts doesn't actually display the correct page
    n
    • 2
    • 1
  • s

    shadi

    10/12/2017, 6:29 PM
    Looks like ur docs app is breaking 😕
  • s

    shadi

    10/12/2017, 6:30 PM
    When will this be fixed?
  • p

    pcooney10

    10/12/2017, 7:26 PM
    Hey, anyone getting a
    graphcool.yml
    validation error after adding a template?
    t
    • 2
    • 7
  • j

    jacortesmahmud

    10/12/2017, 8:16 PM
    hi everyone, I was wondering how can I define a enum and then assign it to a field in a type, something like this but doesn't seem to work for me:
    Copy code
    enum UserRole {
      ADMIN
    }
    type User implements Node {
      id: ID! @isUnique
      createdAt: DateTime!
      updatedAt: DateTime!
      email: String!
      password: String!
      role: UserRole!
    }
    n
    • 2
    • 9
  • k

    kenyk7

    10/12/2017, 8:36 PM
    A question about this example: https://blog.graph.cool/advanced-graphql-features-of-the-graphcool-api-5b8db3b0a71 I like the example, my question is if I want to save the date when one user started to follow another, as I would 🙂, some idea
    n
    • 2
    • 2
  • s

    sojung

    10/12/2017, 9:17 PM
    hello, this may be a dumb question, but is there a way to watch chrome automate things in the browser visually? when I add
    --disable-gpu --headless
    flags, I can’t see anything that’s happening. I know that’s the whole point of it, but for debugging purposes, I would like to be able to watch what’s happening.
    n
    • 2
    • 1
  • s

    sojung

    10/12/2017, 9:20 PM
    I’m talking about Chromeless btw lol
  • r

    Raphael Costa

    10/12/2017, 9:39 PM
    Hi, I want to talk with someone from Graphcool about partnerships
    n
    • 2
    • 1
  • d

    doug_w

    10/12/2017, 10:02 PM
    Having a little trouble finding/configuring the right package to give me syntax highlighting/support for
    .graphcool
    files in Visual Studio Code. Does anyone know of any resources to help configure this?
    n
    • 2
    • 4
  • d

    doug_w

    10/12/2017, 10:07 PM
    So far I have been trying to configure this package to work: https://marketplace.visualstudio.com/items?itemName=kumar-harsh.graphql-for-vscode
  • j

    jacortesmahmud

    10/12/2017, 10:09 PM
    @doug_w go to Preferences -> Settings and in the Usser Settings put this:
    Copy code
    "files.associations": {
            "*.graphcool": "graphql"
        }
    👌 3
  • d

    doug_w

    10/12/2017, 10:12 PM
    That worked marvelously! Didn’t stumble upon that anywhere in my research. Thank you so much!
    👍 1
  • m

    Miezan

    10/12/2017, 10:21 PM
    Hey guys, The Tutorial https://github.com/graphcool-examples/react-graphql/tree/master/authentication-with-auth0-and-apollo need to be updated to mention disabling OIDC Conformant
    n
    • 2
    • 1
  • a

    aurnik

    10/13/2017, 12:07 AM
    Is there any reason calling fetch() would timeout in a Resolver?
    a
    c
    n
    • 4
    • 6
  • c

    coolboyjules

    10/13/2017, 12:12 AM
    @aurnik sure! the API may be down 😛
  • c

    coolboyjules

    10/13/2017, 12:12 AM
    or something inside it is blocking like a bad request
  • c

    coolboyjules

    10/13/2017, 12:13 AM
    (2nd is more likely)
  • c

    coolboyjules

    10/13/2017, 12:24 AM
    hi! how can I change my API server location to US-west?
1...369370371...637Latest