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

    vinspee

    03/18/2017, 6:54 PM
    ❤️ 1
    🙏 2
  • v

    vinspee

    03/18/2017, 7:18 PM
    are Enum defaults broken in the UI?
    s
    • 2
    • 6
  • v

    vinspee

    03/18/2017, 7:19 PM
  • u

    user

    03/18/2017, 7:19 PM
    @sorenbs commented on @vinspee’s file

    https://prisma.slack.com/files/U41Q28B4N/F4KL6QN00/screen_shot_2017-03-18_at_3.18.15_pm.png▾

    : Is this a list field?
  • v

    vinspee

    03/18/2017, 7:20 PM
    here’s the setup
  • v

    vinspee

    03/18/2017, 7:20 PM
  • s

    sorenbs

    03/18/2017, 7:21 PM
    Thanks @vinspee, I’ll look into it!
    v
    s
    • 3
    • 7
  • k

    kmeillet

    03/19/2017, 12:28 AM
    Anyone use Graph.cool with Apollo Client and Angular 2 ? Got 2 pages : page A who render groups with all entities (container component : 1 query - allGroupsWithEntities) and page B who display single entity (container component : 1 query - entityWithDashboards). When a mutation is trigger on page A (delete an entity), the state change for the current client and i use "subscription-ws" : others client receive the mutation and i need to choose how i can update they're state (onEntityDeleted). Page A and Page B can receive the subscription. If they're on page A. it's work well (i call updateQuery to update state on allGroupsWithEntities). Same for page B (i call updateQuery to update state on entityWithDashboards). Another solution can be desirable ? It's look like complicated because if i need to make a single action (like delete a group with all entities), i need to make 2 new real-time subscription on 2 different query (who use this part of the state) with 2 new reducers.
  • c

    cartogram

    03/19/2017, 6:39 AM
    Anyone else get the following error when trying to login with Auth0,
    Copy code
    GraphQL error: The provided idToken is invalid.
    j
    • 2
    • 24
  • c

    cartogram

    03/19/2017, 6:39 AM
    It works when I use the Lock, but when using the auth0-js library I get that error.
  • c

    cartogram

    03/19/2017, 6:40 AM
    I think it might have something to do with the scopes in auth0, but I'm still trying to figure it out.
  • a

    anthony

    03/19/2017, 8:55 AM
    Hi, doing some practice at https://www.learnapollo.com
  • a

    anthony

    03/19/2017, 8:56 AM
    I signed in with Github account to get GraphQL End point
  • a

    anthony

    03/19/2017, 8:57 AM
    but the login just stuck there, and i can’t get GraphQL End point
  • a

    anthony

    03/19/2017, 8:57 AM
    anyone can hlp? >.<
  • a

    anthony

    03/19/2017, 9:11 AM
    already solve
    s
    • 2
    • 3
  • a

    artyom

    03/19/2017, 9:49 AM
    Hi @ganderzz @Michael 🙌
  • b

    brad.barnes

    03/19/2017, 1:38 PM
    Data shape question: what is the best way to add additional data to a relation? ex: Model1:{ Relation1:{ count:2, model2: id1}, Relation2... EDIT: I'm guessing the meta data feature would be the best way to go about this? https://www.graph.cool/docs/faq/graphql-meta-information-for-relations-shu9xee3ou/
    n
    • 2
    • 1
  • a

    artyom

    03/19/2017, 2:17 PM
    👋 @sogo welcome to our slack! graphcool
  • s

    sogo

    03/19/2017, 2:20 PM
    thanks for welcoming😝 I came here after reading pokedex-based expo&apollo tutorial. Humble Indonesia-based startup guy. Best.
    ✌️ 4
    a
    • 2
    • 1
  • a

    artyom

    03/19/2017, 2:22 PM
    and welcome @angelosarto as well! 👋
  • a

    artyom

    03/19/2017, 4:46 PM
    hi @sloan happy you’re joining us today 🙂
  • v

    vinspee

    03/19/2017, 5:18 PM
    Hi! I have a mutation that takes multiple values of an
    ENUM
    . How should such a mutation look?
    • 1
    • 1
  • s

    schickling

    03/19/2017, 5:21 PM
    Hi @vinspee! That’s a question a couple of people have already asked but we never wrote down the answer. Could you please ask it on Stackoverflow again and post the link here?
    v
    n
    • 3
    • 4
  • a

    artyom

    03/19/2017, 5:44 PM
    hola @rotespferd 🔴 🏇 🙌
  • m

    mikeric

    03/19/2017, 6:39 PM
    @sorenbs, @nilan Hey, any chance i could get on that beta program? Running into the same limitation that someone asked about in here yesterday (permissions based on ownership).
    n
    s
    • 3
    • 2
  • m

    Michael

    03/19/2017, 9:42 PM
    Does anyone know if there is a way to import relations?
  • m

    Michael

    03/19/2017, 9:44 PM
    I have imported 2 models, I have a mqsql join table as json but I am not exactly sure how to connect the 2 models, especially since Graph.Cool doesn't let you set IDs
    n
    • 2
    • 13
  • c

    chandu0101

    03/20/2017, 5:45 AM
    is it possible to integrate https://developers.facebook.com/docs/accountkit/overview with graphcool ?
    n
    • 2
    • 22
  • m

    mikita_du

    03/20/2017, 8:32 AM
    does anybody met same issue? I made mutation like this (using relay) return [{ type: 'REQUIRED_CHILDREN', children: [Relay.QL` fragment on GenerateToken { id viewer { someToken anotherToken(id: "${this.props.elementID}") } } `], }]; And relay always add hash to "anotherToken", even if I use anotherToken: anotherToken(id...). How can I set my own name for this property? Thanks
1...128129130...637Latest