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

    sschonert

    11/03/2016, 6:20 PM
    @schickling please correct me if iโ€™m wrong, but that feature seems to give me the ability to modify posted data (validate) - and not modify the data the user receives. This could be adding a custom ordering function
  • s

    schickling

    11/03/2016, 9:38 PM
    @sschonert sorry for the delay: validation as they are planned at the moment would be used to reject mutations which would result in an invalid state. custom mutations could be used to modify the mutation arguments
  • s

    sschonert

    11/04/2016, 10:02 AM
    @schickling no problem - was not expecting you guys to answer during the evening ๐Ÿ‘๐Ÿป
    ๐Ÿ‘ 1
  • o

    olifante

    11/04/2016, 4:33 PM
    Hi guys, what is the database technology behind graph.cool?
  • s

    sorenbs

    11/04/2016, 4:39 PM
    Hi @olifante - this is a question we get surprisingly often. I think we will have to write a blogpost about our infrastructure ๐Ÿ™‚ Maybe you can tell me a bit about why you are interested in this and what aspects you would like to know more about?
  • o

    olifante

    11/04/2016, 4:40 PM
    I'm wary of any hosted database that does not have a self-hosting option
    ๐Ÿ‘ 1
  • o

    olifante

    11/04/2016, 4:41 PM
    with hosted mongodb, I can always move from a hosted solution to my own hosting
  • o

    olifante

    11/04/2016, 4:41 PM
    Also, it's important to know how reliable and mature the underlying technology is. Databases need to be rock-solid.
    ๐Ÿ‘ 1
  • s

    sorenbs

    11/04/2016, 4:59 PM
    Those are very good points. You will always be able to export your data and because your application uses GraphQL - an open standard - to communicate to the Graphcool backend you could create a backend that exposes the same api and transition to that without rewriting your apps. We are using the AWS Aurora database. If you are interested in database technology i highly recommend checking it out.
  • o

    olifante

    11/04/2016, 5:05 PM
    tak ska du ha!
  • s

    sorenbs

    11/04/2016, 5:07 PM
    You are very welcome ๐Ÿ™‚
  • s

    sdubois

    11/04/2016, 5:49 PM
    Graphql summit talks available ๐Ÿ˜„ http://graphqlsummit.com/
  • s

    sorenbs

    11/04/2016, 6:20 PM
    Thatโ€™s awesome!
  • s

    sdubois

    11/04/2016, 6:21 PM
    ๐ŸŽ‰
  • s

    sorenbs

    11/04/2016, 6:23 PM
    Btw, if anybody happens to be in Berlin we are having a mini conference of our own next wednesday https://www.meetup.com/en-US/graphql-berlin/events/230648688/
  • s

    schickling

    11/04/2016, 8:00 PM
    @dgbrt has written a really helpful blog article on how to import data to your Graphcool project: https://masterreactnative.com/importing-data-via-a-graphql-endpoint-6b9f2feccc2c#.wq9m5ra9u
    ๐ŸŽ‰ 1
  • n

    nilan

    11/04/2016, 8:02 PM
    awesome! did you tweet about it, @dgbrt? looks really cool. and of course, everyone loves pokemons pokemon charmander
  • d

    dgbrt

    11/04/2016, 8:11 PM
    @schickling @nilan thanks guys! I'm so glad you find it helpful. I just tweeted about it tagging graphcool ;) Pokรฉmon Ftw !
    pokemon butterfree 4
  • t

    thisismissem

    11/05/2016, 7:22 PM
    Where's best to send feedback?
  • s

    schickling

    11/05/2016, 7:39 PM
    Hey @thisismissem! Welcome to our Slack! If it's about the console then please open an issue here: https://github.com/graphcool/console
  • s

    schickling

    11/05/2016, 7:39 PM
    If it's more general then this repo is a good place: https://github.com/graphcool/feature-requests
  • t

    thisismissem

    11/06/2016, 2:27 PM
    From the GraphiQL editor, is there a variable that represents the currently signed in user?
  • t

    thisismissem

    11/06/2016, 2:27 PM
    (using simple mode, not relay)
  • s

    sorenbs

    11/06/2016, 2:28 PM
    There isn't a variable, but you can do a query like this:
    Copy code
    {
      user{
        id
      }
    }
  • t

    thisismissem

    11/06/2016, 2:38 PM
    oh
  • k

    klaussner

    11/08/2016, 10:13 PM
    Hi! simple smile I wanted to try out the tutorial on learnapollo.com but when I click the "Get GraphQL Endpoint" button, an error appears in the console:
    Copy code
    Fetch API cannot load <https://73zvpdo0k5.execute-api.eu-west-1.amazonaws.com/prod/lambda-learnapollo_auth>. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '<https://learnapollo.com>' is therefore not allowed access. The response had HTTP status code 502. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
  • n

    nilan

    11/08/2016, 10:18 PM
    hey @klaussner, we are currently still in the process of putting up learn apollo simple smile how have you heard of it?
  • s

    sashko

    11/08/2016, 10:31 PM
    @nilan btw will it be .com or .org?
  • s

    schickling

    11/08/2016, 10:32 PM
    @sashko I guess we'll focus on the .com
  • s

    sashko

    11/08/2016, 10:32 PM
    I feel like it would be best to have the other one redirect
1...404142...637Latest