Skip to content

Commit 2aab1bc

Browse files
fix: typos & graphiql docs link
1 parent 5edfa03 commit 2aab1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tilt/apps/query/Tiltfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ def deploy_query(
1616
resource_deps=['postgresql', 'commons', 'indexer'],
1717
labels=labels,
1818
port_forwards=[
19-
port_forward(3000, 3000, name='GraphQL Playground')
19+
port_forward(3000, 3000, name='GraphiQL Playground')
2020
],
2121
links=[
22-
link('https://www.apollographql.com/docs/apollo-server/v2/testing/graphql-playground', 'GraphQL Playground Docs'),
22+
link('https://github.com/graphql/graphiql/blob/main/packages/graphiql/README.md', 'GraphiQL Playground Docs'),
2323
]
2424
)

0 commit comments

Comments
 (0)