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

    coolboyjules

    09/18/2017, 2:49 AM
    @matty I think that's on the horizon
  • c

    coolboyjules

    09/18/2017, 2:49 AM
    there's a PR for that
  • c

    coolboyjules

    09/18/2017, 2:50 AM
    from JSON i think
  • m

    matty

    09/18/2017, 2:57 AM
    oh cool, will see if i can find it
  • m

    matty

    09/18/2017, 2:57 AM
    https://github.com/graphcool/graphcool-cli/pull/117
    👍🏻 1
  • c

    coolboyjules

    09/18/2017, 3:02 AM
    yep that's it
  • m

    mo

    09/18/2017, 11:32 AM
    Why I get Auth0 idToken
    undefined
    when using with Auth0 integration? I can’t get it working with Graph.cool using the example in Github.
    n
    • 2
    • 2
  • f

    foobar

    09/18/2017, 3:20 PM
    not exactly a graphcool question but can i use apollo and redux within the same react application?
    d
    • 2
    • 2
  • d

    danny

    09/18/2017, 3:25 PM
    It may sound stupid - but is there a way to model a field as a dictionary (without known fields just like dict in JSON) ?
    d
    • 2
    • 4
  • m

    mwickett

    09/18/2017, 3:58 PM
    Anyone using Apollo 2.0 beta yet? Thoughts?
    a
    • 2
    • 1
  • j

    justinrich

    09/18/2017, 5:18 PM
    Does anyone have any good resources for testing React components that rely on higher order components/wrappers I’m working on a project (https://github.com/justincrich/pug-chat) that relies on the ApolloData library to access info from my GraphQL API … I’d like to use Jest/Enzyme to create unit/integration tests. However my current attempts to test the components only return the immediate component and not the corresponding data. NOTE: Apollo works like redux excepts it manages fetching data from the remote GQL server.
    a
    • 2
    • 1
  • a

    agartha

    09/18/2017, 6:05 PM
    Hi, anyone else going to Zeit day on Saturday? https://zeit.co/day
    n
    h
    n
    • 4
    • 4
  • n

    nilan

    09/18/2017, 6:36 PM
    Hey everyone <!here>, after two weeks of a closed beta, we're finally ready for an open beta for the new CLI. Please join the discussion in the Forum if you'd like to participate 🙂 https://www.graph.cool/forum/t/feedback-new-cli-beta/949?u=nilan
    🎉 3
    💪 1
    parrotwave5 2
    👏 1
    🦜 9
    👍 18
    d
    • 2
    • 2
  • j

    jonathanheron

    09/18/2017, 7:00 PM
    Hey folks. What is the best way to model tags in Graphcool, when there are multiple Types that I want to be taggable? In Ruby on Rails, what I would do is have a polymorphic join between tags and taggable objects.
  • j

    jonathanheron

    09/18/2017, 7:00 PM
    Am I right in guessing that
    Interfaces
    are the way to solve this? Are they in beta yet?
    n
    • 2
    • 3
  • p

    panzupa

    09/18/2017, 7:20 PM
    Hi Guys
    👋🏻 2
  • p

    panzupa

    09/18/2017, 7:20 PM
    I can't find any info in docs on updateOrCreate, any example would be appreciated 🙂
    a
    • 2
    • 2
  • j

    jcpachecoh

    09/18/2017, 8:59 PM
    hello i getting this error A relation directive with a name must appear exactly 2 times.
  • j

    jcpachecoh

    09/18/2017, 8:59 PM
    I have this code implemented
  • j

    jcpachecoh

    09/18/2017, 9:00 PM
    -.txt
  • j

    jcpachecoh

    09/18/2017, 9:00 PM
    somebody can help me
    d
    a
    • 3
    • 3
  • j

    jcpachecoh

    09/18/2017, 9:00 PM
    ?
  • n

    notrab

    09/18/2017, 9:00 PM
    Maybe someone can tell me where I’m going wrong with Functions.
    const fromEvent = require('graphcool-lib').fromEvent;
    works.
    const { fromEvent } = require('graphcool-lib')
    doesn’t. Examples use a mixture of these. Halp
    a
    • 2
    • 14
  • n

    notrab

    09/18/2017, 9:05 PM
    Anyone else experienced error like this using
    graphcool-lib
    ?
    Copy code
    TypeError: Cannot read property 'projectId' of undefined
    at fromEvent (/data/_verquire/graphcool-lib/0.0.3/node_modules/graphcool-lib/dist/src/index.js:96:49)
    at module.exports.api.request.then.response.then.response.then (/data/io/ee32f2fe347f41d1a88939d22fa504f8/webtask.js:7:21)
    d
    a
    • 3
    • 8
  • p

    panzupa

    09/18/2017, 9:11 PM
    Hi again, I need a little bit of help with a query
  • p

    panzupa

    09/18/2017, 9:12 PM
    on
    interview(filter: {id: $interviewId})
    compiler raises error: RelayCodeGenerator: Complex argument values (Lists or InputObjects with nested variables) are not supported, argument
    filter
    had value
    -.js
  • p

    panzupa

    09/18/2017, 9:13 PM
    does anyone have an idea how I can filter those values in one query?
    n
    a
    • 3
    • 6
  • p

    panzupa

    09/18/2017, 9:17 PM
    In Graph.Cool playground this query works...
  • a

    aurnik

    09/18/2017, 10:35 PM
    Has anyone had luck migrating complex data between graphcool regions? I’m querying each node in my old database and trying to recreate it in my new one, however this creates a new ID for the node which breaks any relations it had
  • a

    Adam Rackis

    09/18/2017, 11:20 PM
    Hi everyone. I'm new to GraphCool, but incredibly impressed. One thing I can't stop wondering: does Graph Cool provide any mechanism by which I can create indexes on the underlying data store? So if I create a hypothetical person type, could I tell GraphCool to make sure there's an index on the underlying Birthday (or whatever) field? So that searches on that field would always be fast (or at least
    O(lg N)
    )
    n
    • 2
    • 2
1...342343344...637Latest