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

    fredrik_t

    04/18/2017, 9:18 PM
    Just wanted to say that I have just tried the "serverless-plugin-typescript" and it worked perfectly! Impressive!
    👍 1
    🎉 3
    n
    • 2
    • 1
  • a

    aaronkchsu

    04/18/2017, 9:22 PM
    Anyone have any experience with graphql react and instant search algolia? I am currently trying to implement instant search but i notice that the docs use Hits to display the data which only allows you to access the ids individually.. so if i were to requery for more properties from graph cool I would need to call a query individually maybe… idk is this the best way has anyone tackled this before? Thanks in advance! 🙂
    n
    d
    • 3
    • 28
  • a

    artyom

    04/18/2017, 10:31 PM
    @jasonbahl @stevegood @misterdjack @frnk94 hi there! Glad to have you here :) 👋
    👍 2
  • a

    artyom

    04/18/2017, 10:36 PM
    @msenevir and a warm welcome to you as well :)
  • t

    tititoto

    04/19/2017, 1:08 AM
    hello iam new here
    n
    • 2
    • 7
  • t

    tititoto

    04/19/2017, 1:08 AM
    who is learning dataScientist or IA?
  • t

    tititoto

    04/19/2017, 1:12 AM
    I have just created a Slack for these two techlologies that are quite interesting to me
  • t

    tititoto

    04/19/2017, 1:13 AM
    https://data-scientist-talk.slack.com
  • j

    jsmith

    04/19/2017, 1:57 AM
    Hi, I just join and sign up . I'm trying to run console.graph.cool locally so I can learn from what your team has done and get inspired to build by own UI using the graphcool backend but when I run it locally with env
    BACKEND_ADDR="<https://dev.api.graph.cool>" npm start
    , all i got is a white screen and nothing show up. Could you help me to get started, that would be nice.
  • j

    jsmith

    04/19/2017, 1:58 AM
    Looking at the source code, I'm seeing a bunch of iframes and that all i got.
    n
    • 2
    • 1
  • d

    drwicked

    04/19/2017, 3:35 AM
    Graphcool generates mutations for creating nodes with relationships but I can't figure out how to use them. The generated mutation for my
    user hasMany wishes
    is
    addToUserWishes(userUserId: ID!, wishesWishId: ID!): AddToUserWishesPayload
    but how does that work? Do I then run the
    createWish
    mutation nested within the
    addToUserWishes
    mutation? How do I go about establishing that connection when my user creates a new wish?
  • d

    drwicked

    04/19/2017, 3:36 AM
    Current_mutation_that_works_for_creating_wish_but_doesn_t_establish_the_connection.js
  • d

    drk

    04/19/2017, 3:39 AM
    is there an example of querying/searching for a geolocation w/ a radius? (or even just querying w/ LocationFilter in general)
  • d

    drk

    04/19/2017, 3:40 AM
    i have algolia and my index setup, but finding it difficult to nail down the query to use for something like "get all MyType w/ a location in this radius"
    n
    • 2
    • 6
  • d

    drwicked

    04/19/2017, 4:06 AM
    Is the graph cool console down for everyone or just me?
    w
    n
    • 3
    • 6
  • l

    lucfranken

    04/19/2017, 6:02 AM
    Can confirm, also encountering issues in the console. I got an error: Type error at the right top in red. After a few reloads it started working again.
    n
    • 2
    • 54
  • s

    sdubois

    04/19/2017, 7:51 AM
    After reading the Relay Modern announcement, it's not clear whether it will still require the "Relay API" or can use "Simple API"? https://code.facebook.com/posts/1362748677097871
    s
    • 2
    • 2
  • a

    artyom

    04/19/2017, 7:56 AM
    @mahcsig @nickgoodenough @blissfulweb @tabzone @vicai @asvny @cnkcheung3 @andreaskullander hello all and welcome! glad you’re joining us 👋 graphcool
  • s

    sdubois

    04/19/2017, 8:28 AM
    Do you know any current or planned way to handle offline states, either with Apollo or the upcoming Relay Modern?
    s
    i
    • 3
    • 5
  • s

    sdubois

    04/19/2017, 11:59 AM
    FYI the dashboard isn't displaying any more when a file transfer is finished after having been drag-n-dropped. This worked yesterday
    s
    • 2
    • 3
  • s

    sdubois

    04/19/2017, 12:49 PM
    Two more questions about Relay Modern, would be aswesome great to have tutorials/examples at some point (same for offline capabilities) 🙂 1. how to support SSR? I guess this must still be implemented by some to-be-created third-party project? 2. integration with Redux?
    i
    • 2
    • 2
  • a

    artyom

    04/19/2017, 12:56 PM
    @hkalic @aaronbalthaser @roshanjonah 🎉 great that you’re joining us today! 👋
  • g

    groupnote

    04/19/2017, 1:29 PM
    Hi!
    👋 1
  • t

    tititoto

    04/19/2017, 1:29 PM
    hi
  • b

    bogdan

    04/19/2017, 1:48 PM
    Let’s say you have a dashboard page with projects, notifications, users. From what I understand the best way is to colocate data with the view component, meaning that each component has its own query instead a big query at the page level and pass down the data, but doesn’t that mean it will affect performance, having 3 network requests instead of one ?
    n
    • 2
    • 2
  • d

    drk

    04/19/2017, 2:46 PM
    anyone having trouble saving new algolia index queries?
  • d

    drk

    04/19/2017, 2:46 PM
    can't seem to submit/click the Create Index button
  • d

    drk

    04/19/2017, 2:47 PM
  • u

    user

    04/19/2017, 3:17 PM
    @nilan commented on @drk’s file

    https://prisma.slack.com/files/U3J3K8Y7L/F51DTG5NG/screen_shot_2017-04-19_at_7.46.01_am.png▾

    : hey, looks like you didn't enter a name for the index
  • r

    rockchalkwushock

    04/19/2017, 4:06 PM
    Has anyone else encountered issues with the
    graphql
    endpoint populating after authorizing use with Github for the LearnRelay tutorial? It's been 10 minutes of the little loading dot. I refreshed and get the same loading dot
    n
    • 2
    • 10
1...158159160...637Latest