@tailcallhq/core-linux-ia32-gnu
Advanced tools
Comparing version 0.122.7 to 0.123.0
@@ -23,3 +23,3 @@ { | ||
"name": "@tailcallhq/core-linux-ia32-gnu", | ||
"version": "v0.122.7", | ||
"version": "v0.123.0", | ||
"bin": { | ||
@@ -26,0 +26,0 @@ "tailcall": "./bin/tailcall" |
@@ -59,5 +59,3 @@ [![Tailcall Logo](https://raw.githubusercontent.com/tailcallhq/tailcall/main/assets/logo_main.svg)](https://tailcall.run) | ||
```graphql | ||
schema | ||
@server(port: 8000, hostname: "0.0.0.0") | ||
@upstream(baseURL: "http://jsonplaceholder.typicode.com", httpCache: 42) { | ||
schema @server(port: 8000, hostname: "0.0.0.0") @upstream(httpCache: 42) { | ||
query: Query | ||
@@ -67,4 +65,4 @@ } | ||
type Query { | ||
posts: [Post] @http(path: "/posts") | ||
user(id: Int!): User @http(path: "/users/{{.args.id}}") | ||
posts: [Post] @http(url: "http://jsonplaceholder.typicode.com/posts") | ||
user(id: Int!): User @http(url: "http://jsonplaceholder.typicode.com/users/{{.args.id}}") | ||
} | ||
@@ -86,3 +84,3 @@ | ||
body: String! | ||
user: User @http(path: "/users/{{.value.userId}}") | ||
user: User @http(url: "http://jsonplaceholder.typicode.com/users/{{.value.userId}}") | ||
} | ||
@@ -89,0 +87,0 @@ ``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
22520031
133