Skip to content

Improve StrawberryShake documentation#9154

Merged
glen-84 merged 2 commits intomainfrom
gai/strawberry-shake-docs
Feb 19, 2026
Merged

Improve StrawberryShake documentation#9154
glen-84 merged 2 commits intomainfrom
gai/strawberry-shake-docs

Conversation

@glen-84
Copy link
Copy Markdown
Member

@glen-84 glen-84 commented Feb 19, 2026

Summary of the changes (Less than 80 chars)

  • Improve StrawberryShake documentation.

Copilot AI review requested due to automatic review settings February 19, 2026 13:19
@github-actions github-actions Bot added 📚 documentation This issue is about working on our documentation. 🌶️ website labels Feb 19, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request improves the StrawberryShake documentation by updating scalar type descriptions, modernizing code examples, removing deprecated Xamarin content from v16, and improving consistency across documentation files. The changes enhance clarity, fix grammatical issues, and update command-line parameter syntax to use long-form flags.

Changes:

  • Expanded scalar type documentation with comprehensive descriptions and links to specifications
  • Removed Xamarin tutorial from v16 documentation (as Xamarin is deprecated)
  • Modernized console application examples to use C# top-level statements
  • Updated command-line parameters to use long-form syntax (--name, --clientName, --Path)
  • Replaced PNG images with WebP format for better compression
  • Reordered navigation structure to move Xamarin to the end in older versions

Reviewed changes

Copilot reviewed 5 out of 9 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
website/src/docs/strawberryshake/v16/scalars.md Expanded scalar type table with detailed descriptions, links to specifications, and additional scalar types
website/src/docs/strawberryshake/v16/get-started/xamarin.md Completely removed Xamarin tutorial for v16 as it's deprecated
website/src/docs/strawberryshake/v16/get-started/index.md Updated CLI command parameters and fixed spelling (cryptocurrencies, Visual Studio Code)
website/src/docs/strawberryshake/v16/get-started/console.md Modernized code examples with top-level statements, updated CLI parameters, added configuration options
website/src/docs/shared/berry_console_session_list.webp Added WebP image replacing PNG version
website/src/docs/shared/berry_console_generated.webp Added WebP image (binary file)
website/src/docs/docs.json Removed Xamarin from v16 get-started, reordered Xamarin to end for v15/v14/v13 versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread website/src/docs/strawberryshake/v16/get-started/index.md Outdated
Comment thread website/src/docs/strawberryshake/v16/get-started/index.md
Comment thread website/src/docs/strawberryshake/v16/get-started/console.md
Comment thread website/src/docs/strawberryshake/v16/get-started/console.md
Comment thread website/src/docs/strawberryshake/v16/get-started/index.md Outdated
Comment thread website/src/docs/strawberryshake/v16/get-started/console.md Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 5 out of 9 changed files in this pull request and generated 6 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread website/src/docs/docs.json
Comment thread website/src/docs/docs.json
Comment thread website/src/docs/docs.json
Comment thread website/src/docs/docs.json
Comment thread website/src/docs/strawberryshake/v16/get-started/console.md
Comment thread website/src/docs/strawberryshake/v16/scalars.md
@glen-84 glen-84 merged commit 1237463 into main Feb 19, 2026
18 checks passed
@glen-84 glen-84 deleted the gai/strawberry-shake-docs branch February 19, 2026 13:47
@github-actions
Copy link
Copy Markdown
Contributor

Fusion Gateway Performance Results

Simple Composite Query

Req/s Err%
Constant (50 VUs) 2979.49 0.00%
Ramping (0-500-0 VUs) 3334.23 0.00%
Response Times & Query
Min Med Avg P90 P95 Max
Constant 0.74ms 14.69ms 16.56ms 31.13ms 36.45ms 171.23ms
Ramping 0.78ms 65.13ms 66.87ms 123.55ms 139.81ms 283.23ms
query TestQuery {
  topProducts(first: 5) {
    inStock
    name
    price
    shippingEstimate
    upc
    weight
    reviews {
      id
      body
      author {
        id
        username
        name
      }
    }
  }
}

Deep Recursion Query

Req/s Err%
Constant (50 VUs) 742.16 0.00%
Ramping (0-500-0 VUs) 820.25 0.00%
Response Times & Query
Min Med Avg P90 P95 Max
Constant 9.00ms 62.76ms 65.79ms 80.86ms 88.96ms 368.87ms
Ramping 1.85ms 253.92ms 261.94ms 521.66ms 560.21ms 688.96ms
query TestQuery {
  users {
    id
    username
    name
    reviews {
      id
      body
      product {
        inStock
        name
        price
        shippingEstimate
        upc
        weight
        reviews {
          id
          body
          author {
            id
            username
            name
            reviews {
              id
              body
              product {
                inStock
                name
                price
                shippingEstimate
                upc
                weight
              }
            }
          }
        }
      }
    }
  }
  topProducts(first: 5) {
    inStock
    name
    price
    shippingEstimate
    upc
    weight
    reviews {
      id
      body
      author {
        id
        username
        name
        reviews {
          id
          body
          product {
            inStock
            name
            price
            shippingEstimate
            upc
            weight
          }
        }
      }
    }
  }
}

Variable Batching Throughput

Req/s Err%
Constant (50 VUs) 23239.19 0.00%
Ramping (0-500-0 VUs) 18449.98 0.00%
Response Times & Query
Min Med Avg P90 P95 Max
Constant 0.10ms 1.74ms 2.10ms 4.00ms 4.90ms 45.20ms
Ramping 0.10ms 9.43ms 11.39ms 23.34ms 28.16ms 105.39ms
query TestQuery($upc: ID!, $price: Long!, $weight: Long!) {
  productByUpc(upc: $upc) {
    inStock
    shippingEstimate(weight: $weight, price: $price)
  }
}

Variables (5 sets batched per request)

[
  { "upc": "1", "price": 899, "weight": 100 },
  { "upc": "2", "price": 1299, "weight": 1000 },
  { "upc": "3", "price": 15, "weight": 20 },
  { "upc": "4", "price": 499, "weight": 100 },
  { "upc": "5", "price": 1299, "weight": 1000 }
]

Run 22183904928 • Commit f965e82 • Thu, 19 Feb 2026 14:09:26 GMT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📚 documentation This issue is about working on our documentation. 🌶️ website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants