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

    Kyle Jackson

    12/14/2017, 8:27 AM
    I need uuid but it doesn’t seem to work
  • k

    Kyle Jackson

    12/14/2017, 8:32 AM
    Yes you can you just need to use a function to accomplish the task. Graphcool is written on top of a MySQL complaint database created by amazon. Start here https://www.graph.cool/docs/reference/functions/overview-aiw4aimie9. You will most likely need to write a resolver for external resources.
  • e

    ed

    12/14/2017, 10:50 AM
    is Anyone having problems with the data browser in the web console?
    m
    n
    • 3
    • 8
  • m

    max

    12/14/2017, 10:59 AM
    If anyone wants File Permissions to be supported in the next version of Graphcool, please support my request on Github -> https://github.com/graphcool/framework/issues/353 @logan
  • v

    Vinnie

    12/14/2017, 11:29 AM
    hello all
  • v

    Vinnie

    12/14/2017, 11:29 AM
    so this playground bug that everyone seems to be ignoring is now affecting graphcool too (I guess you guys have upgraded): https://github.com/graphcool/graphql-playground/issues/312
    • 1
    • 1
  • m

    max

    12/14/2017, 11:29 AM
    bonjourno
  • r

    ryan

    12/14/2017, 11:40 AM
    Does anyone know if graphcool can hierarchal queries, like find lowest common ancestor between a group of nodes, or shortest path?
  • h

    huv1k

    12/14/2017, 1:05 PM
    Hey, i have type
    Service
    what can have children same type`Service` they acts like subservices.
    Service
    need to have value
    url
    what is path in url, what needs to be
    unique
    .
    Service
    can change parent, what should change all subservices
    url
    . Any tips how handle situations like this? I was thinking about making type
    Url
    what is linked to
    Service
    and have resolver to get path, but i dont know if its not bad idea with recursive resolvers. Any idea is welcome so i can reflect my retarded design 👍🙃
  • l

    logan

    12/14/2017, 1:40 PM
    getting errors importing
    node_modules
    in a Hook function – the function runs and works locally. Any specific way to bundle node_modules into a function? (relevant forum post: https://www.graph.cool/forum/t/how-to-import-node-modules-into-hook-function/1684/2)
    m
    • 2
    • 6
  • j

    julio

    12/14/2017, 1:50 PM
    Hello there, is there any hooks for read operations ?
    l
    • 2
    • 2
  • k

    Kyle Jackson

    12/14/2017, 2:11 PM
    @Kyle Jackson pinned a message to this channel.
  • m

    markmiller21

    12/14/2017, 2:48 PM
    At some point last night I noticed that I was having connection issues with my graph.cool instance. I assumed it was something related to my wifi but this morning I can’t even access console.graph.cool/. Didn’t see any issues on status.graph.cool. Is anyone else not able to access https://console.graph.cool/?
    d
    o
    • 3
    • 3
  • t

    Tait

    12/14/2017, 2:54 PM
    https://github.com/graphcool-examples/react-graphql/tree/master/subscriptions-with-apollo-instagram#7-subscriptions-debugger
  • t

    Tait

    12/14/2017, 2:54 PM
    Hey all, quick question. I haven't been able to get subscriptions to detect any mutation "events" in my graphql playground. Any pointers on where to look? I'm new to graphql so I could easily be missing something. Just trying to run this...
  • v

    Vinnie

    12/14/2017, 3:02 PM
    Any example available with normal session based authentication rather than JWT? Is that even possible? /cc @agartha
  • o

    Omer Arie Goldberg

    12/14/2017, 3:20 PM
    A question regarding the hackernews clone tutorial on how-to-graphql
  • o

    Omer Arie Goldberg

    12/14/2017, 3:21 PM
    hackernews clone via how-to-graphql
  • o

    Omer Arie Goldberg

    12/14/2017, 3:22 PM
    I get this err after cloning master, deploying to graph.cool and switching my service_id ... Did anyone else encounter this? Thanks
  • b

    Butch

    12/14/2017, 3:42 PM
    is there any way to list the id's of running local instances? I accidentally blew away my graphcoolrc
  • b

    Butch

    12/14/2017, 3:49 PM
    Copy code
    ERROR: Whoops. Looks like an internal server error. Please contact us from the Console (<https://console.graph.cool>) or via email (support@graph.cool) and include your Request ID: local:system:cjb6nthd6002s01201v1j1s7p
    
    {
      "data": {
        "addProject": null
      },
      "errors": [
        {
          "message": "Whoops. Looks like an internal server error. Please contact us from the Console (<https://console.graph.cool>) or via email (support@graph.cool) and include your Request ID: local:system:cjb6nthd6002s01201v1j1s7p",
          "requestId": "local:system:cjb6nthd6002s01201v1j1s7p",
          "path": [
            "addProject"
          ],
          "locations": [
            {
              "line": 2,
              "column": 9
            }
          ]
        }
      ],
      "status": 200
    }
    Getting this while trying to deploy locally now
    e
    c
    +2
    • 5
    • 15
  • c

    carter.rabasa

    12/14/2017, 4:26 PM
    Can anyone else access their Console? Mine will not load.
  • m

    mael

    12/14/2017, 4:27 PM
    I can't
  • n

    nilan

    12/14/2017, 4:27 PM
    The system API is currently experiencing degraded performance. We're looking into the cause. Please refer to https://status.graph.cool/ to stay informed about our progress.
  • n

    nilan

    12/14/2017, 4:51 PM
    Ok, we should be good again 🙂
    👍 4
    🦜 2
    m
    • 2
    • 1
  • d

    Dukuo

    12/14/2017, 5:18 PM
    Errors of the playground are not visible on the right side, they are only visibile in the console. Also, there's an issue with the Query Variables block where there is no autocomplete like before, also there's no validation in the variables you type in there. Is anyone having these problems using Simple API ?
  • e

    ersherr

    12/14/2017, 7:47 PM
    hey! does anyone have suggestions for how to bulk import / export from Graphcool?
  • a

    aogriffiths

    12/14/2017, 7:58 PM
    Hi All, I’m learning Graphcool, it’s awesome project! One thing I’d like to understand more about is the database. The docs refer to a GraphQL DB but under the bonnet is this just MySQL?
    z
    • 2
    • 1
  • m

    mattbryanswan

    12/14/2017, 8:03 PM
    can anyone help me understanding what is happening here?
    return api.request<{ createUser: User }>(mutation, variables).then(r => r.createUser.id)
    from line 87 of signup.ts in the auth/email-password template?
    m
    • 2
    • 7
  • i

    illuday

    12/14/2017, 8:53 PM
    Hey guys, I'm learning graphql via graphcool, I'm trying to get the sum of all payments in my db. I saw that graphcool havn't aggregates operations for now. I'm trying to make a resolver but I can't understand how it can work for now; Have you any guide to help me with that ? (I know that I can make this operation client side, it's not the purpose)
    e
    • 2
    • 4
1...470471472...637Latest