Search found 2 matches

by rainer_funden
Mon Oct 05, 2020 11:02 am
Forum: Technical Support
Topic: Can't create new Eos
Replies: 33
Views: 8900

Re: Can't create new Eos

I have also problems to create a regular tease. So I guess that the problem is the database and not EOS.
by rainer_funden
Mon Oct 05, 2020 10:47 am
Forum: Technical Support
Topic: Can't create new Eos
Replies: 33
Views: 8900

Re: Can't create new Eos

I have the same problem. The query to GraphQL does not return an id.

POST-Request to https://milovana.com/graphql/ :
{"operationName":"CreateTease","variables":{"title":"Test"},"query":"mutation CreateTease($title: String!) {\n createTease(title: $title, type: EOS) {\n __typename\n id\n title\n ...