https://www.prisma.io/ logo
Join SlackCommunities
Powered by
# random
  • a

    agartha

    10/14/2017, 8:56 PM
    Max. paging size 100. Max nodes per request 500000. Max node requests per hour 500000. Well, as long as each user uses its own api key, you're safe...
  • d

    Dev

    10/15/2017, 8:12 AM
    I followed this tutorial https://www.howtographql.com/react-apollo/4-routing/ but after link is created and redirection to listing page there is no updated list i.e. the new link created is not in the list. How can i achieve it using GraphQL?
    d
    • 2
    • 1
  • m

    meikoudras

    10/15/2017, 1:15 PM
    I have an issue where I canโ€™t read function logs. It shows me a function execution 12 minutes ago but when i open the logs it shows me last entries from 12 days ago.
  • m

    meikoudras

    10/15/2017, 1:15 PM
    can provide a project id as well
  • m

    meikoudras

    10/15/2017, 1:19 PM
    or should i make thread about this on the forum?
  • n

    nilan

    10/15/2017, 1:19 PM
    that would be appreciated! ๐Ÿ™‚
  • j

    Jay

    10/18/2017, 4:46 AM
    I am seeing a 64kb limit on JSON fields: https://www.graph.cool/docs/reference/schema/fields-teizeit5se/
  • j

    Jay

    10/18/2017, 4:47 AM
    To bootstrap my app, I might want to store bigger chunks of JSON. Wondering about best practices around this with graphcool
    n
    n
    • 3
    • 4
  • w

    welf

    10/19/2017, 12:09 AM
    The use of `interface`s and `union type`s is at the moment not allowed in Graph.cool. If I have, for example,
    type Dress
    ,
    type Shoes
    ,
    type Suit
    ,
    type TShirt
    , how can I put them into the list of field
    products
    in the
    type Cart
    to reference all products added to the shopping cart? With `union type`s or `interface`s I can unite all my product types under the
    type Product
    and then put them all to the
    products: [Product!]!
    field of the
    type Cart
    . What is the best or recommended practice to do it without `interface`s and `union type`s?
  • j

    joar

    10/19/2017, 12:02 PM
    I think right now you either have to just make it one single
    Product
    type and have some nullable fields on it, or do
    shoes: [Shoes], suits: [Suit]
    etc on your
    Cart
    type
    ๐Ÿ‘ 1
  • j

    joar

    10/19/2017, 12:02 PM
    I really long for Union types as well
  • j

    joar

    10/19/2017, 12:02 PM
    would help out
  • j

    Jamsheer T

    10/25/2017, 6:19 AM
    getting issue while trying to set up https://github.com/graphcool/graphql-playground/releases root@Jamsheer:/mnt/e/practice/graphql/playground/graphql-playground-master/graphql-playground-master# yarn start yarn start v0.15.1 error Command "start" not found. info Visit http://yarnpkg.com/en/docs/cli/start for documentation about this command. Any clue for this ?
  • z

    zebapy

    10/26/2017, 2:13 AM
    getLegalities_js.js
  • u

    user

    10/26/2017, 2:13 AM
    @zebapy commented on @zebapyโ€™s file https://prisma.slack.com/files/U475FMJS0/F7PJB4TGR/getlegalities_js.js: Anyone help me understand this issue (comments in snippet) or see any obvious problems with the code?
    getLegalities_js.js
  • t

    the_bluescreen

    10/26/2017, 2:03 PM
    hey all, I released new version of RAN! (graphql, next.js boilerplate) On this version, RAN has too many new features such as new commands for creating components and containers, exporting static html easily, start project cleanest way and more. I hope you like it! If you have any question/issue/opinion/wish, Donโ€™t hesitate to contact me! https://github.com/Sly777/ran/releases/tag/0.7.0
    ๐Ÿ‘๐Ÿป 2
  • s

    Sindre Svendby

    10/26/2017, 7:51 PM
    Cool @the_bluescreen! I see the first point on the roadmap is
    Improve Documentation
    , that is a great idea! As I see it you are addding graphql on top of next. But when I looked at the README and documentation, I did not understand how this is done for me. If you improve the "sales pitch" with an example on how it works with graphql that would at least help me get started quicker ๐Ÿ™‚
    t
    • 2
    • 1
  • p

    pnicolaou

    10/31/2017, 10:10 PM
    Hi guys, im looking for one or more people that can help me build this web app idea I have about food. I have made a lot of progress, but its just too much work for one person. Ideally the person I am looking for should be located in london, and be quite experienced. I put a lot of emphasis on writing clean code that is not a nightmare to maintain. I use react on the front end and graphcool for data handling. If this sounds interesting to you please get in touch. I donโ€™t have any money at the moment, but the idea is that I can form a startup from this, and you can get a percentage of the company. I am hoping to launch a first version of it in a few months. Thank you ๐Ÿ™‚
    o
    • 2
    • 2
  • s

    Steven Sacks

    11/01/2017, 6:11 PM
    #0F202E,#0E202E,#1aaf5d,#FFFFFF,#0E202E,#FFFFFF,#1aaf5d,#f25c54
    graphcool 7
  • j

    jbonigomes

    11/02/2017, 8:19 AM
    Nice colour scheme @Steven Sacks
  • s

    Steven Sacks

    11/02/2017, 8:37 AM
    thx!
  • s

    Steven Sacks

    11/02/2017, 8:37 AM
    it's just using the colors on the graphcool website
  • j

    jbonigomes

    11/02/2017, 9:46 AM
    ๐Ÿ‘
  • m

    meikoudras

    11/02/2017, 10:55 AM
    anyone running the local graphcool docker images on windows? how was your experience? I have a fellow developer complaining that it is impossible
  • a

    agartha

    11/02/2017, 10:58 AM
    In Windows 10, with Docker CE, it works. In earlier Windows versions, with Docker toolbox, it doesn't (yet).
  • n

    nilan

    11/02/2017, 10:59 AM
    we could identify general problems with Docker toolbox (not specific to windows), plus a couple of smaller issues specific to Windows
    ๐ŸŽ‰ 1
  • n

    nilan

    11/02/2017, 10:59 AM
    https://github.com/graphcool/framework/issues/1074
  • n

    nilan

    11/02/2017, 10:59 AM
    that's probably what you're experiencing, too @meikoudras
  • m

    meikoudras

    11/02/2017, 11:00 AM
    ah ok
  • m

    meikoudras

    11/02/2017, 11:01 AM
    thanks for the info. (He probably should be using Windows 10 anyway) ๐Ÿ™‚
    ๐Ÿ˜„ 1
1...101112...53Latest