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

    johhansantana

    07/16/2017, 10:57 PM
    I see, I need to practice those queries to get used to it, never used graphql before, this is my first time building a project with it
  • j

    johhansantana

    07/16/2017, 10:57 PM
    thank you @agartha 😄
    😎 1
  • j

    johhansantana

    07/16/2017, 10:57 PM
    I'll delete the video
  • m

    mentallyretired

    07/16/2017, 11:10 PM
    can I filter against another field?
  • m

    mentallyretired

    07/16/2017, 11:11 PM
    filter: { lastUpdate_gte: lastSync }
  • m

    mentallyretired

    07/16/2017, 11:11 PM
    for example
  • a

    agartha

    07/16/2017, 11:15 PM
    yes
  • m

    mentallyretired

    07/16/2017, 11:16 PM
    just like that?
  • m

    mentallyretired

    07/16/2017, 11:16 PM
    lol... cant imagine it working any other way but I've been surprised at every turn
  • a

    agartha

    07/16/2017, 11:16 PM
    Did you try the intellisense in the Playground?
  • m

    mentallyretired

    07/16/2017, 11:16 PM
    oh, no I havent
  • a

    agartha

    07/16/2017, 11:18 PM
  • m

    mentallyretired

    07/16/2017, 11:22 PM
    oh
  • m

    mentallyretired

    07/16/2017, 11:22 PM
    I know the date comparisons and stuff
  • m

    mentallyretired

    07/16/2017, 11:22 PM
    but to another field?
  • m

    mentallyretired

    07/16/2017, 11:22 PM
    is it just as simple as naming the field?
    a
    n
    • 3
    • 17
  • k

    kaumac

    07/17/2017, 12:29 AM
    hey all, This is my first time using GraphCool and I'm loving it, but I simply can't get it to work with Auth0 When I call the createUser mutation I get an error saying my token is invalid, even though the auth0 authentication is working and I'm getting a valid token
    h
    a
    +2
    • 5
    • 21
  • k

    kaumac

    07/17/2017, 12:29 AM
  • k

    kaumac

    07/17/2017, 12:29 AM
    Does anyone have any ideas of what might be going on?
  • k

    kaumac

    07/17/2017, 12:29 AM
    thanks so much 😃
  • j

    joshpitzalis

    07/17/2017, 1:31 AM
    Just started doing the apollo-react tutorial. getting stuck at 7/10 (More Mutations and Updating the Store). I’m at the point where I need to update my schema so I can work on the voting feature but when I try and push the new schema I get the following error in my console:
    You are adding a required relation to 'User' but there are already items. (Request ID: cj57h1l8a71sl0181k38zlcjx)
    Can anyone explain what the error means?
    a
    n
    • 3
    • 12
  • a

    agartha

    07/17/2017, 4:11 AM
    Q: I noticed that default values are not available in the pre RP hooks. Is this by design?
    n
    • 2
    • 3
  • g

    garyp

    07/17/2017, 5:26 AM
    Hello all, I am currently looking at graph.cool after working on an app using Firebase features. I wonder if you have any Firebase auth integration in the pipeline?
    h
    n
    • 3
    • 5
  • m

    mentallyretired

    07/17/2017, 7:16 AM
    so... I can't have empty strings as a default (it converts to null) and I can't filter by whether a field is null because Apollo won't let me? Ugh catch 22 😞
    n
    • 2
    • 22
  • s

    seb_sifnos_io

    07/17/2017, 7:32 AM
    I there, I just created a small fork of a project to do authentication on graph.cool with Redux and Apollo.
    n
    • 2
    • 5
  • s

    seb_sifnos_io

    07/17/2017, 7:32 AM
    [EDIT] https://github.com/sebabouche/react-redux-apollo-authenticaton-example
  • s

    seb_sifnos_io

    07/17/2017, 7:32 AM
    The idea is to keep business logic and components separated.
  • s

    seb_sifnos_io

    07/17/2017, 7:33 AM
    And have a good control upon actions happening either with redux or apollo.
  • s

    seb_sifnos_io

    07/17/2017, 7:35 AM
    It’s not perfect as I still have
    Containers
    with too much logic. It’s more a problem concerning
    apollo
    and
    redux
    but I thought I could find interested people here 😉
  • s

    seb_sifnos_io

    07/17/2017, 7:36 AM
    Very open to advice, suggestions, prs and even even more to critics ^^
1...273274275...637Latest