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

    cospin18

    08/30/2017, 3:31 AM
    Hello! Someone knows good resources to learn React Native focused on GraphQL (Relay/Apollo)? I don't know any of them. What path should it take to learn it? No tutorial unifies them?
    d
    • 2
    • 1
  • d

    dannyql

    08/30/2017, 3:46 AM
    @steveflee is that you mother F'er? Are you talking about this CDP: https://github.com/cyrus-and/chrome-remote-interface/blob/master/index.js
  • l

    lucasmafra

    08/30/2017, 4:35 AM
    hey everyone
  • l

    lucasmafra

    08/30/2017, 4:36 AM
    i'm playing with the serverless-plugin-typescript and I'm having some troubles when importing things with absolute path!
  • l

    lucasmafra

    08/30/2017, 4:37 AM
    can anyone help me with that? regards from Brazil
    🇧🇷 1
  • c

    cj

    08/30/2017, 7:16 AM
    I'm off to bed, I just created https://github.com/cj/jsgql, thought I'd link it here, as it might be useful to some
    👍 2
    d
    d
    n
    • 4
    • 36
  • a

    alexanbj

    08/30/2017, 10:23 AM
    Completely unrelated to graphcool, but does anyone know of a slack community for flow-typed? I can’t find any with my poor Google skills
  • r

    ramblerob

    08/30/2017, 1:24 PM
    hey everyone, I have a question I'm hoping to get answered. I have two schema objects. One called Service the Other called Function. There is a relationship setup where I can have mutiple functions related to a single service. I'm try to write a mutation that will insert a new service and insert two functions (related to that service), and trying to that all at once. Having trouble doing this since I can't create the functions if I don't know the ID of the service. Any thoughts on how to handle?
    d
    • 2
    • 3
  • c

    claym

    08/30/2017, 1:41 PM
    what's the easiest way to filter on a date being greater than today?
    d
    n
    s
    • 4
    • 13
  • s

    steveflee

    08/30/2017, 2:51 PM
    @dannyql lol yep!
  • c

    claym

    08/30/2017, 3:19 PM
    what's the best way to filter a datetime field as "field greater than <date> OR is null" ? I can't figure out the proper filter setup
    n
    • 2
    • 1
  • r

    ramblerob

    08/30/2017, 7:35 PM
    hi everyone... ive integrated Auth0 with graph.cool and apollo... after login my console is throwing an error "GraphQL error: The provided idToken is invalid."... the user is getting added in Auth0 console, but no user is getting added in Graph.Cool console... any ideas?
    n
    d
    a
    • 4
    • 9
  • a

    auser

    08/30/2017, 7:40 PM
    @ramblerob are your credentials right on the integrations page?
  • n

    nilan

    08/30/2017, 7:43 PM
    @nilan pinned a message to this channel.
  • r

    ramblerob

    08/30/2017, 8:03 PM
    @auser .. it's working now... Auth0 changed their default client settings
  • a

    auser

    08/30/2017, 8:03 PM
    yep, @agartha helped me figure that out yesterday too
    😎 1
  • e

    eder

    08/30/2017, 9:46 PM
    Anyone know if the free plan has 10GB File Storage too?
    a
    • 2
    • 6
  • v

    vincentwong

    08/30/2017, 11:33 PM
    I wonder with DateTime type, can we query them with greater than
    >
    or smaller than
    <
    operator?
    a
    • 2
    • 3
  • k

    kgoggin

    08/31/2017, 1:55 AM
    Hey all, I just got added to the schema extensions beta, but I’m having some trouble getting them to work. They seem to be executing just fine (even the logs report success) but I’m getting an error:
    Copy code
    "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: eu-west-1:simple:cj6zsoeryys870167ihybvrcu",
    • 1
    • 1
  • a

    ambethia

    08/31/2017, 2:49 AM
    👁️ ❤️ graphcool
  • a

    artivilla

    08/31/2017, 3:03 AM
    hey guys so i’m starting with this tutorial and I noticed that this second section is asking me to update my
    .graphcool
    file locally and has the
    @relation
    markup. Where did that come from? It’s not in the previous step either. ref: https://www.howtographql.com/graphcool/2-evolving-schema/
  • a

    artivilla

    08/31/2017, 3:23 AM
    anyone using vscode and has some syntax highlight/autocomplete for graphcool files?
  • v

    vincentwong

    08/31/2017, 5:11 AM
    Can we export graphcool schema to a json format? I am trying to add autocomplete with my webstorm plugin(JS GraphQL), but it require json format of the schema.
  • v

    vincentwong

    08/31/2017, 5:14 AM
    Ignore my last question, I should have search github repo first. I have found the tool: https://github.com/graphcool/get-graphql-schema
  • a

    artivilla

    08/31/2017, 5:47 AM
    also where do i leave random feedback about ui issues like this: https://cloudup.com/cCLX_H-W7Bs:
    d
    • 2
    • 1
  • a

    artivilla

    08/31/2017, 5:55 AM
    also in this example, is this naming required? the
    SomeUserExists
    stands for?
    Copy code
    query permitCreatePosts($user_id: ID!) {
      SomeUserExists(filter: {
        id: $user_id
      })
    }
    d
    • 2
    • 4
  • f

    fdelisi

    08/31/2017, 7:17 AM
    Hi guys, is there any schema viewer graphcool is planning to build? I’m building https://github.com/Brbb/graphql-rover and any feedback is appreciated
    🚀 1
    a
    a
    • 3
    • 4
  • f

    fdelisi

    08/31/2017, 7:21 AM
    I’ve seen you use GraphQL Voyager, but it’s kinda heavy
  • l

    lkbr

    08/31/2017, 8:29 AM
    Hello, we're getting 500 errors on the console and the api doesnt seem to be working. Is this just us?
    d
    s
    • 3
    • 5
  • l

    lkbr

    08/31/2017, 8:29 AM
    Someone on my team is literally about to demo a site to a client. This couldn't possibly be worse timing.
1...325326327...637Latest