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

    notrab

    08/01/2017, 10:05 PM
    What’s this Hyper theme? https://images.graph.cool/ciwkuhq2s0dbf0131rcb3isiq/cj5tvw1bz09va0115dge2lp98/2000x10000 @schickling 😄
  • p

    poole_party

    08/01/2017, 11:41 PM
    Does anyone know how to debug subscriptions? I am trying to use the apollo client and am getting this:
    GET <http://subscriptions.us-west-2.graph.cool:443/v1/<my_endpoint>> net::ERR_CONNECTION_RESET
  • p

    poole_party

    08/01/2017, 11:43 PM
    It's the same error as if I give it a garbage endpoint name...
    n
    • 2
    • 3
  • p

    poole_party

    08/01/2017, 11:44 PM
    Copy code
    const wsClient = new SubscriptionClient('<wss://subscriptions.us-west-2.graph.cool/v1/<my_endpoint>', { reconnect: true }, WebSocket)
  • c

    codymccodeface

    08/02/2017, 12:02 AM
    Will Graphcool be at serverlessconf New York?
    n
    • 2
    • 4
  • c

    codymccodeface

    08/02/2017, 1:49 AM
    Is there a way to write custom queries with functions? I couldn't see anything in the docs
    n
    • 2
    • 1
  • g

    gabrielrotbart

    08/02/2017, 2:27 AM
    Hi all. I used
    get-graphql-schema
    to understand all the query types I have access to. I noticed a lot of inputs are constructing odd names like: input SeasonshowShow { name: String! seasonsIds: [ID!] seasons: [SeasonshowShowseasonsSeason!] } Is there a place I can learn more about graph.cool query types and how they’re constructed?
    n
    • 2
    • 1
  • m

    ming

    08/02/2017, 2:38 AM
    Any one tried to use Chromeless automate reactjs web app? It seems problematic for me to submit a form rendered by reactjs.
    n
    • 2
    • 1
  • g

    gabrielrotbart

    08/02/2017, 2:38 AM
    Doesn’t seem to be anyone answering questions for the past few days. Is this the place to get answers from the team? Or it’s been abandoned
    n
    • 2
    • 1
  • p

    poole_party

    08/02/2017, 2:56 AM
    ^^
  • m

    mj

    08/02/2017, 5:15 AM
    hey is there a way I can have a list of options for a select box in my ui via the schema? i.e.
    Copy code
    type User implements Node {
      age: [String!]! @select(options: ["old", "young"]) 
    }
    n
    • 2
    • 2
  • m

    matty

    08/02/2017, 5:31 AM
    "An enum type is used in a non-list enum field on a type that has nodes and therefore can't be removed. Please provide a migrationValue."
  • m

    matty

    08/02/2017, 5:32 AM
    I can't seem to provide a migration value for an enum?
  • m

    matty

    08/02/2017, 5:32 AM
    how to proceed from here?
  • m

    matty

    08/02/2017, 5:37 AM
    okay, found a multi-step workaround here: https://github.com/graphcool/feature-requests/issues/305
  • s

    shawn.liu

    08/02/2017, 5:57 AM
    anybody still got
    Timed out after 30sec. Connection couldn't be established.
    ? , i have made changes followed
    <https://github.com/graphcool/chromeless/issues/99>
  • s

    schickling

    08/02/2017, 8:03 AM
    @notrab https://www.npmjs.com/package/hyper-sierra
  • n

    notrab

    08/02/2017, 8:04 AM
    Nice
  • s

    shawn.liu

    08/02/2017, 8:43 AM
    the chromeless channel before connected , go into
    offline
    directly , anybody have similar issues ?
  • k

    kitze

    08/02/2017, 8:50 AM
    This looks like a bug https://jumpshare.com/v/8MN8cC88xMiBFPyR7Sm1 Cannot remove default value 😞
    n
    • 2
    • 9
  • w

    wallslide

    08/02/2017, 9:27 AM
    I'm having trouble updating a query to fetch additional data, that is protected by a permission query.
    d
    a
    n
    • 4
    • 30
  • p

    Pieter

    08/02/2017, 1:24 PM
    Anyone have experience with searching or autocomplete?
  • p

    Pieter

    08/02/2017, 1:27 PM
    I got a field in my react-apollo application where I want the user to enter a partial string e.g.
    new
    and it should query my Graphcool endpoint for all cities matching the word "new" and return
    ["New York", "Newport Beach"]
  • p

    Pieter

    08/02/2017, 1:27 PM
    How do I do that with a query? Is there some parameter I can specify such as
    contains
    ?
    n
    • 2
    • 2
  • k

    kitze

    08/02/2017, 1:29 PM
    @Pieter query { allItems(filter{title contains “a”}) { id } }
  • p

    Pieter

    08/02/2017, 1:29 PM
    thanks. That's exactly what I was looking for
    👍 1
  • p

    Pieter

    08/02/2017, 1:30 PM
    I saw
    filter:{title_in: []}
    in the docs, but could not find somehting like
    title_contains
    k
    • 2
    • 23
  • f

    frankspin

    08/02/2017, 1:30 PM
    Question about jwt token. I want to store the graph.cool jwt token in a express session. But before I store it i want to validate if it's a valid jwt token. How would I do this?
    n
    • 2
    • 13
  • s

    senorcodecat

    08/02/2017, 1:33 PM
    Yo yo! If I want to pull in user profile data on the current session user, how do I use the user id query result to make a second query request? I know they run in parallel and wanted to avoid making two separate query calls.
    n
    • 2
    • 2
  • d

    davidpanzarella

    08/02/2017, 3:20 PM
    in case anyone missed it, this could be a game changer: https://graphcms.com/
    ❤️ 4
    s
    l
    • 3
    • 3
1...294295296...637Latest