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

    Simon

    02/10/2018, 1:54 PM
    and an enum
  • s

    Simon

    02/10/2018, 1:54 PM
    -.txt
  • s

    Simon

    02/10/2018, 1:55 PM
    when i want to create a move, i get an internal server error where it says in the log ” Unknown column ‘vehicle’ in ‘field list’”
  • s

    Simon

    02/10/2018, 1:55 PM
    can i not use the enum like this?
    m
    a
    • 3
    • 27
  • s

    shbert

    02/10/2018, 2:56 PM
    Hi! I have the following issue, due to some constraints, I have to wipe from time to time all data from the prisma service and then re-import it. Currently I'm performing a prisma local nuke in the development docker environment. Since this is only working on the host machine and requires docker-compose, it is for the use case not the best solution. Does anyone have another idea how to wipe all data from remote? (the delete methods are at the moment not working as expected since this is still work in progress: https://github.com/graphcool/prisma/issues/1262)
  • m

    max

    02/10/2018, 4:28 PM
    has anyone received an invite for prisma cloud?
  • s

    Simon

    02/10/2018, 6:01 PM
    dumb question: is there a way do debug my resolvers? I kind of would like to do that
  • j

    Jack Peterson

    02/10/2018, 7:16 PM
    What endpoint do you use to access the schema? I have a tool I want to use that generates code from the schema. But I don't know the endpoint to give the tool.
  • j

    Jack Peterson

    02/10/2018, 7:40 PM
    When using the /export extension to get a json response of my schema, I got a "Whoops. Looks like an internal server error." It says us-west. Is this a known problem or did I do something wrong?
  • r

    rwatts3

    02/10/2018, 8:00 PM
    Will the Data Browser be a Prisma Cloud only feature or will we be able to use it in our own deployment of Prisma
  • s

    Simon

    02/10/2018, 8:15 PM
    i have a weird behaviour
  • s

    Simon

    02/10/2018, 8:16 PM
    -.txt
  • s

    Simon

    02/10/2018, 8:16 PM
    here moves is always null
  • s

    Simon

    02/10/2018, 8:17 PM
    but when i query the db in the playground, it is not null and works
  • s

    Simon

    02/10/2018, 8:18 PM
    isn´t this the exact same thing?
  • s

    Simon

    02/10/2018, 8:23 PM
    or is there something weird with the promise?
    n
    • 2
    • 12
  • j

    Jack Peterson

    02/10/2018, 8:27 PM
    Copy code
    {
      "requestId": "us-west-2:simple:cjdhsp6c65pp70102dbc6h7tw",
      "error": "Whoops. Looks like an internal server error. Please contact us from the Console (<https://console.graph.cool>) or via email (support@graph.cool) and include your Request ID: us-west-2:simple:cjdhsp6c65pp70102dbc6h7tw"
    }
    n
    • 2
    • 3
  • j

    Jack Peterson

    02/10/2018, 8:28 PM
    I tried exporting the Schema to Json. The response was above.
    n
    • 2
    • 1
  • s

    Simon

    02/10/2018, 10:28 PM
    does anybody know how i can log to the prisma cluster log?
  • j

    Jorge

    02/11/2018, 2:45 AM
    any recommendation on migrating from mongo to graph.cool
  • j

    Jorge

    02/11/2018, 2:45 AM
    ?
  • c

    chilzap

    02/11/2018, 4:11 AM
    New to graph.cool and Prisma - Just curious on the diff between prisma cloud and graph.cool cloud
  • v

    vistriter

    02/11/2018, 8:02 AM
    hello, it’s don’t have file upload in prisma doc.
    n
    • 2
    • 1
  • s

    Simon

    02/11/2018, 11:55 AM
    hi, is there a way to put functions on the types?
  • g

    Guillaume Chau

    02/11/2018, 3:04 PM
    👋
    👋 1
    n
    • 2
    • 1
  • t

    tfiwm

    02/11/2018, 4:56 PM
    updated prisma to the newest version and all deps today. getting following error with subscriptions: “Cannot use GraphQLSchema “[object Object]” from another module or realm.↵↵Ensure that there is only one instance of “graphql” in the node_modules↵directory. If different versions of “graphql” are the dependencies of other↵relied on modules, use “resolutions” to ensure only one version is installed.↵↵https://yarnpkg.com/en/docs/selective-version-resolutions↵↵Duplicate “graphql” modules cannot be used at the same time since different↵versions may have different capabilities and behavior. The data from one↵version used in the function from another could produce confusing and↵spurious results.” somebody has the same?
    t
    r
    • 3
    • 4
  • e

    Emi

    02/12/2018, 12:09 AM
    What's the best way to sort an array of nodes? For example, the cards into the Table type:
    Copy code
    type Table {
      id: ID! @unique
      cards: [Card!]!
    }
    
    type Card {
      id: ID! @unique
    }
    The idea is that the user can drag & drop the Card in the order they want. For clarity, I ended up writing a post in the forum: https://www.graph.cool/forum/t/ordering-nodes-with-prisma/2523
    👍 1
    m
    h
    • 3
    • 7
  • t

    Tavo

    02/12/2018, 12:40 AM
    The field accountIds must specify the @migrationValue directive, because its type was changed or it became required: @migrationValue(value: "42")
    Any reason why I can’t migrate a list of strings ? I thought I don’t need a migrationValue directive for lists
  • d

    Dninja

    02/12/2018, 3:07 AM
    If there anyway to speed up the query times between apollo and graphcool? I keep getting failures sometimes as well and was wondering if potentially there was a more performant way to go about this. I'm not having issues overall but think I could potentially do some things better.
    i
    • 2
    • 2
  • m

    matty

    02/12/2018, 5:33 AM
    @Dninja the failures you're getting, are they 5xx response codes from Graphcool
1...568569570...637Latest