Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sveltekit-graphql

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveltekit-graphql - npm Package Versions

23

0.4.3

Diff

Changelog

Source

0.4.3

Patch Changes

  • 7fe25d9: add ability to add custom plugins to yoga
jamesb-peopleplus
published 0.0.0-snapshot-20240521142708 •

jamesb-peopleplus
published 0.4.2 •

Changelog

Source

0.4.2

Patch Changes

  • 58962e6: allow vite 5 as a peer dependency
jamesb-peopleplus
published 0.4.1 •

Changelog

Source

0.4.1

Patch Changes

  • f75f0c1: Order sveltekitGql vite plugin above sveltekit

    Previously we were adding our vite plugin after sveltekit. This was incorrect because the houdini vite plugin (which is added internally) needs to come after the sveltekit plugin.

jamesb-peopleplus
published 0.4.0 •

Changelog

Source

0.4.0

Minor Changes

  • 548f57b: Add option to pass context to the Yoga GraphQL server

    This just passes the context straight to the createYoga function. It can either be an object or a function that takes the request context and returns an object.

    const server = createServer(schema, {
    	context: { hello: 'world' },
    });
    
  • dd3eac9: Write combined server schema into .sveltekit-graphql/schema.graphql and point houdini to this file.

    The include path for houdini has also been updated to prevent inclusion of any .graphql files by default.

  • dd3eac9: Allow configuring additional server schema files.

    By default the schema glob for the graphql server is defined as src/graphql/**/*.graphql. This can now be expanded by adding the additionalServerSchema property to your houdini.config.js file.

    E.g.

    import { createHoudiniConfig } from 'sveltekit-graphql/config';
    
    const config = createHoudiniConfig({
    	additionalServerSchema: ['./node_modules/my-cool-graphql-module/schema.graphql'],
    });
    
    export default config;
    
  • dd3eac9: Add out of the box support for the @oneOf directive

jamesb-peopleplus
published 0.0.0-snapshot-20231122121803 •

jamesb-peopleplus
published 0.0.0-snapshot-20231121152435 •

jamesb-peopleplus
published 0.0.0-snapshot-20231121142825 •

jamesb-peopleplus
published 0.0.0-snapshot-20231121142459 •

jamesb-peopleplus
published 0.0.0-snapshot-20231121142034 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc