import { gql } from '@apollo/client'; export const SERVERLESS_FUNCTION_FRAGMENT = gql` fragment ServerlessFunctionFields on ServerlessFunction { id name description sourceCodeHash sourceCodeFullPath runtime syncStatus createdAt updatedAt } `;