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

    rpeterson

    12/09/2017, 3:47 PM
    I think it’s an issue with CloudFront at times with content pushes.
  • j

    Josh Willis

    12/09/2017, 3:47 PM
    Thanks for your feedback 🙂
  • r

    rpeterson

    12/09/2017, 3:48 PM
    Josh, The beauty of GraphQL is it can only be done in a specific way, but you can create resolvers to create better queries for various use cases
  • j

    Josh Willis

    12/09/2017, 3:48 PM
    (I didn't mean that sarcastically lol)
  • r

    rpeterson

    12/09/2017, 3:48 PM
    not at all, didn’t take it that way.
  • j

    Josh Willis

    12/09/2017, 3:49 PM
    Gotcha. I'll read up on those once the page comes back.
  • n

    Nick Luger

    12/09/2017, 3:49 PM
    OK, will try later, tank you @rpeterson
  • r

    rpeterson

    12/09/2017, 3:49 PM
    No problem and good luck!
  • i

    iamclaytonray

    12/09/2017, 4:06 PM
    Let’s use threads guys 🙂
    👍 2
  • p

    proteus

    12/09/2017, 4:13 PM
    Does anyone else have issues adding data?
  • r

    rpeterson

    12/09/2017, 4:47 PM
    @iamclaytonray Will do, sorry about that!
    i
    • 2
    • 1
  • t

    tonymk

    12/09/2017, 5:06 PM
    is it possible to define multiple types: files in graphcool.yml?
    d
    • 2
    • 2
  • d

    Dukuo

    12/09/2017, 6:00 PM
    Hey everyone, I'm implementing AccessGroups in my API but i'm finding that creating an
    AccessGroup
    Type with all my
    Types
    as a
    field
    is not scalable or rather cumbersome. Is there any resources you can share with me about the topic? (i'm refering to the subject of this tutorial @ graphcool https://docs-next.graph.cool/docs/tutorials/auth/authorization-for-a-cms-miesho4goo)
  • j

    Jeremy

    12/09/2017, 7:39 PM
    hey, just learning about graphql/apollo
  • j

    Jeremy

    12/09/2017, 7:39 PM
    say i query a certain number of properties from a type
  • j

    Jeremy

    12/09/2017, 7:40 PM
    i.e. I want the release date of a book and the title
  • j

    Jeremy

    12/09/2017, 7:40 PM
    somewhere else in my app
  • j

    Jeremy

    12/09/2017, 7:40 PM
    I want a new property, say the number of pages, from the same type
  • j

    Jeremy

    12/09/2017, 7:41 PM
    will apollo automatically combine those two requests into one piece of data?
  • j

    Jeremy

    12/09/2017, 7:42 PM
    meaning, in apollo, will there always only be one "book" type, even if i make separate requests for it at different times, asking for different properties from it?
  • m

    matic

    12/09/2017, 8:03 PM
    Apollo will by default try to combine multiple requests into one.
  • m

    matic

    12/09/2017, 8:04 PM
    So, yes, if two pieces render at the same time there will probably be only one call happening. Still, Apollo will use
    cache
    very well and reuse any data already acquired.
  • j

    Jeremy

    12/09/2017, 8:22 PM
    do you suspect that graphql reduces the number of calls being made by an app overall?
    a
    • 2
    • 6
  • i

    itimirichard

    12/09/2017, 8:27 PM
    Can someone help me out. I'm trying to connect my graphcool relay api with a react app but i get this error
    Copy code
    Failed to compile.
    
    Error in ./src/index.js
    Module build failed: Error: No valid GraphQL endpoint: <https://api.graph.cool/relay/v1/ciyn8rxsl3bs201324sbzf0hx>
        at Array.map (native)
     @ multi main
    i
    • 2
    • 9
  • a

    allpwrfulroot

    12/09/2017, 9:18 PM
    Was there any resolution to renaming Enums / migration values?
  • d

    David Yin

    12/09/2017, 9:25 PM
    Hey guys I was wondering if its possible to apply business logic on a garphql query
  • d

    David Yin

    12/09/2017, 9:26 PM
    I would assume that you would you use a function but I'm not clear on where to go from there and whether or not its even possible
    d
    • 2
    • 5
  • l

    logan

    12/09/2017, 9:48 PM
    hey peoples! really excited to begin learning graphcool.
    🦜 2
    🎉 1
    pokemon charmander 2
  • d

    David Yin

    12/09/2017, 11:53 PM
    is there documentation for what filters u can have on a subscription query for a subscription function?
  • d

    David Yin

    12/09/2017, 11:53 PM
    all the examples use
    mutation_in
1...463464465...637Latest