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

    harmony

    01/31/2018, 2:22 AM
    https://twitter.com/hrmny_/status/958511259758088192
    ๐Ÿฆœ 2
    ๐Ÿ‘๐Ÿป 1
  • v

    veksen

    01/31/2018, 2:35 AM
    @harmony ohhh I might use this at work. They're on an old jQuery stack, and we're always some funky ways to handle stateful pages, def could see a need for your lib ๐Ÿ˜ƒ
  • h

    harmony

    01/31/2018, 2:36 AM
    ๐ŸŽ‰
  • e

    Evan

    01/31/2018, 8:11 PM
    If customizing Slack is your thing, https://github.com/ev-dev/slack-custom-controls
  • h

    harmony

    01/31/2018, 8:17 PM
    "Only For OS X Desktop Version"
    ๐Ÿ™ƒ 1
    e
    • 2
    • 1
  • s

    senorcodecat

    02/01/2018, 12:15 AM
    GraphQL has ruined me. Couldn't figure out why my user data wasn't appearing in my bot . . . then realized I was writing in GQL query syntax instead of JS object syntax . . . sadparrot
  • s

    senorcodecat

    02/01/2018, 12:15 AM
    Genuinely took me 20 minutes to realize
  • y

    Young Developer

    02/01/2018, 3:55 AM
    Hello community! Has accessed Graphcool from Android app using Apollo client. (Yay!) Does anyone have some good learning materials on the topic?
  • c

    chakrihacker

    02/01/2018, 5:07 AM
    howtographql.com from graphcool team is best resource @Young Developer
  • p

    pcooney10

    02/01/2018, 5:57 PM
    Hey - does anyone have a recommendation for a service to monitor a POST request? I use Uptime Robot for websites, but I can't seem to configure it to handle a POST request
    t
    • 2
    • 1
  • e

    emmanuelkehinde

    02/03/2018, 3:25 PM
    My team, participating in the ongoing saucecode.xyz competition, has developed a decentralized and secure online voting platform, using the ethereum blockchain technology. We need your support and vote to advance to the next stage in the competition. Kindly vote โœ… here - http://saucecode.xyz/teams/boothcallers [Scroll to the bottom of the page and click on โ€˜Vote using facebookโ€™] Kindly RBC!
  • h

    huv1k

    02/03/2018, 9:37 PM
    holy shit aws and his IAM ๐Ÿ”ซ
    ๐Ÿ‘Œ 3
  • p

    pnicolaou

    02/04/2018, 7:02 PM
    Hey did anyone here use polymer before?
  • a

    amponce

    02/04/2018, 7:25 PM
    @pnicolaou No, I haven't, but you just sparked some interest in me so I'm going to download it and give it a try
  • m

    magus

    02/04/2018, 9:13 PM
    Do file uploads count toward the database size limits or just the metadata? What are the pricing limits associated with file uploads? I want to confirm this before I build something that depends on it.
  • p

    peteflange

    02/05/2018, 10:48 PM
    hey, does anyone have any idea with this one?
  • p

    peteflange

    02/05/2018, 10:48 PM
    https://stackoverflow.com/questions/48632590/passing-input-value-to-my-graphql-mutation-react-react-apollo
  • k

    kjetilge

    02/07/2018, 1:44 AM
    Hello! Any one who has tried to orderBy duration in seconds ? f.ex 34.6, 4.5, 20 stored as float should be sorted as 4.5, 20, 34.6 but it does not! Any suggestions ? Iโ€™m sorting video clips, so I could use timecode with frames like: 000034:14 or with frames and ms: 000034.632
  • s

    steveb

    02/08/2018, 4:53 PM
    Just looking for some best-practice recommendations - when doing basic CRUD mutations with long forms in react, what's the preferred way to build out long gql mutations? Is there a good way to just pass through every field from the form/state (dynamically), or should they always be statically crafted?
    p
    • 2
    • 2
  • p

    patrick

    02/08/2018, 6:38 PM
    Powered by Graphcool ๐Ÿ™‚ http://www.eu-startups.com/2018/02/startup-guide-raises-e250k-and-launches-the-first-localized-platform-to-help-anyone-build-a-startup/
    ๐Ÿ‘ 3
    ๐Ÿ‘Œ 5
  • w

    waituk

    02/09/2018, 2:36 PM
    #online_now Sanjeev from Kathmandu to attend Build Front-End Web Applications from Scratch
  • b

    b091

    02/13/2018, 5:34 AM
    Hi, do anyone knows or have a link how to connect prism to local mysql database eg. having
    --boilerplate node-advanced
    running without docker ?
  • c

    chakrihacker

    02/13/2018, 5:35 AM
    As of now it doesn't support that way @b091
  • b

    b091

    02/13/2018, 5:37 AM
    even if I'll create
    graphql-yoga
    project and add
    graphql-prisma
    manually without boilerplate ?
  • b

    b091

    02/13/2018, 5:42 AM
    i found something here: https://github.com/graphcool/prisma/issues/1641
    Could the connector be developed in a way that it could remotely connect to that DB instead of needing a DB Docker image running on the same machine?
    Sure. In fact, it is already possible to connect to a remote MySQL database using the active MySQL connector in Prisma currently.
    but I can't find no more details anywhere else ๐Ÿ˜ž
  • s

    Simme

    02/13/2018, 9:13 AM
    Is it possible to add a where query globally? Foto example if i have a multitenant solution where i want to query on tenantId on on every query and mutation?
    l
    • 2
    • 1
  • h

    huv1k

    02/13/2018, 3:48 PM
    Its just me or amazon aws is soo slow with comfirming changes? It took 7 days to transfer domain now its like 60 hours to get certificate for domain ๐Ÿ˜ž and still nothing
    b
    h
    • 3
    • 15
  • z

    Zach Hobbs

    02/13/2018, 6:34 PM
    does prisma/graph.cool support HTTP GET requests?
    d
    • 2
    • 4
  • c

    chilzap

    02/13/2018, 8:15 PM
    is anyone experiencing
    multiple versions of GraphQL installed in your node_modules directory.
    errors after upgrading "prisma-binding": to "1.5.9" and "graphql-yoga": to "1.2.5",
    n
    a
    • 3
    • 5
  • v

    Vijay

    02/15/2018, 6:34 AM
    Could anyone point me in the direction of someone who might know Apollo? I have a question related to graphql mutations and updating the apollo cache
    g
    q
    r
    • 4
    • 7
1...141516...53Latest