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

    danaszova

    11/03/2017, 8:26 PM
    Hello everyone. I was just wondering if anyone has ever integrated graphcool with legacy databases like mysql. If anyone has any links to a tutorial or resource I would really appreciate it. Thanks.
    k
    • 2
    • 2
  • s

    samjmckenzie

    11/03/2017, 9:31 PM
    hello, I'm trying to use chromeless but I have an issue
  • s

    samjmckenzie

    11/03/2017, 9:31 PM
    every few requests, the request starts to "hang"
  • s

    samjmckenzie

    11/03/2017, 9:31 PM
    and I can't cancel it
  • s

    samjmckenzie

    11/03/2017, 9:32 PM
    which it return stops me from making any further requests
  • s

    samjmckenzie

    11/03/2017, 9:32 PM
    is there any way to cancel a request?
  • r

    rein

    11/03/2017, 9:41 PM
    is there anyone her who uses something different than Algolia Search? I could use an alternative
    a
    • 2
    • 5
  • m

    max

    11/03/2017, 9:55 PM
    Has anyone else used
    moment
    in their functions? I get the follow error:
    TypeError: moment_1.default is not a function
    a
    t
    • 3
    • 18
  • v

    Vinnie

    11/03/2017, 10:16 PM
    How efficient is the built-in search (filter) capability? What’s it built on?
  • c

    ckelley

    11/03/2017, 10:22 PM
    Hey, curious about Relay support with the new api framework - will Graphcool still have it?
    a
    • 2
    • 1
  • r

    rion

    11/03/2017, 10:33 PM
    Is there any reason there's a random typscript file in https://github.com/graphcool/framework/tree/master/examples/permissions?
    a
    n
    i
    • 4
    • 50
  • m

    Miezan

    11/03/2017, 11:48 PM
    can someone point me to a small example of createOrUpdate query ? I know how to do them separately but can’t figure out how to have them combined
    a
    • 2
    • 1
  • r

    rem

    11/04/2017, 9:05 AM
    Can anyone point me to a GQL pattern that for: only the authenticated user can read the document?
  • r

    rem

    11/04/2017, 9:05 AM
    I've found examples where permissions allow auth users to create, but anyone who is authorised can read the document
    t
    p
    a
    • 4
    • 15
  • r

    rein

    11/04/2017, 10:10 AM
    is there anyone here who used the pure filtering capabilities of graphcool as search feature? How did that work out?
    m
    • 2
    • 1
  • p

    panzupa

    11/04/2017, 10:10 AM
    Hi Guys, good morning 🙂
    👋 2
  • p

    panzupa

    11/04/2017, 11:32 AM
    I know it's off topic, but does anyone of you has experience in sending meeting invites from JavaScript? I've got problem with outlook and iOS. Gmail recognizes them perfectly
  • i

    idkjsx

    11/04/2017, 2:48 PM
    Hey folks. Anyone now how we import json with Graphcool? Has this been worked out yet?
    f
    a
    • 3
    • 7
  • m

    max

    11/04/2017, 3:09 PM
    hey does anyone know if the graphcool db IDs are randomly generated? My guess would be that since they are exposed on the client side for the caching to work properly they must be random.... any thoughts?
    a
    • 2
    • 2
  • k

    Kat

    11/04/2017, 6:12 PM
    Good morning/afternoon/evening everyone 🙂
    👍 3
  • r

    rcy

    11/05/2017, 12:14 AM
    Hi all! Does the new graphcool framework based backends provide a file api? I just deployed my first graphcool backend using graphcool@next, and it shows me relay, simple, and subscription apis only
  • r

    rcy

    11/05/2017, 12:14 AM
    Maybe this is something that is handled a different way now
  • n

    nilan

    11/05/2017, 12:20 AM
    yes, it does.
  • n

    nephix

    11/05/2017, 8:43 AM
    How do I add npm packages to graphcool functions? Do I just require them or do I need a specific package.json to be placed somewhere?
    m
    • 2
    • 2
  • d

    divyendu

    11/05/2017, 8:54 AM
    I am running into an error when I try to run a mutation with admin from playground. This should never happen from the admin right?
    Copy code
    "code": 3008,
    "message": "Insufficient permissions for this mutation"
    m
    • 2
    • 1
  • d

    divyendu

    11/05/2017, 8:55 AM
    I am using the web playground not the desktop app. Also, how would I login as admin in desktop playground. I wonder!
  • b

    Bung55

    11/05/2017, 2:11 PM
    I've worked through the intro project (using Vuejs), and it runs fine, but when I enter a description and an image URL in the New Post popup, nothing happens - any ideas - this is running locally on my WIndows 10 PC (also tried it on my Mac and same deal!) - TIA
  • t

    tim loewel

    11/05/2017, 4:02 PM
    Hi Everyone. I am a bit confused as to how to model in graphcool. Is every connection really bidirectional? How am I supposed to model generic concepts like
    Location
    or
    Address
    ? Do I need a new type for every field? Like
    UserAddress
    that has a pointer back to the user and
    CompanyAddress
    that has a pointer back to the company? That seems very tedious? And how would I then query all addresses? Do I have to join queries to all possible different address types?
  • t

    tim loewel

    11/05/2017, 4:16 PM
    and if an
    Address
    has a
    Location
    , do I really need
    UserAddressLocation
    and
    CompanyAddressLocation
    ? This does not seem right? Where is my error in thinking?
  • t

    tim loewel

    11/05/2017, 5:00 PM
    What I take from this https://github.com/graphcool/framework/issues/83 discussion is, that I should currently have all possible back arrows in the type and leave them null, if they are not used? For instance
    Address
    could have a user and a company and a meetup field and only one of these is set at a time depending on the object this Address belongs to?
1...409410411...637Latest