Skip to content

Commit

Permalink
more mixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Sep 10, 2022
1 parent caad09b commit 68f1fd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site/src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
example: `<script>
import { graphql, fragment } from '$houdini'
export let user
export let user
$: userInfo = fragment(user, graphql\`
fragment UserAvatar on User {
Expand All @@ -73,13 +73,13 @@
import { graphql } from '$houdini'
const createProject = graphql\`
mutation CreateProject {
createProject(name: "houdini") {
project {
...All_Projects_insert
}
mutation CreateProject {
createProject(name: "houdini") {
project {
...All_Projects_insert
}
}
}
\`
<\/script>
Expand Down

2 comments on commit 68f1fd6

@vercel
Copy link

@vercel vercel bot commented on 68f1fd6 Sep 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 68f1fd6 Sep 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs-next – ./site

docs-next-git-main-houdinigraphql.vercel.app
docs-next-kohl.vercel.app
docs-next-houdinigraphql.vercel.app

Please sign in to comment.